summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-04-05 04:08:00 +0000
committeralc <alc@FreeBSD.org>2004-04-05 04:08:00 +0000
commitc5bba2b0af89c5fbf5bf2927feb01b1848903f30 (patch)
treed5734bd520b1d83207e08895176749d4c1174032 /sys/ia64
parent90325c0beb7bc2b10a042e90975bc7c3dbeeed3d (diff)
downloadFreeBSD-src-c5bba2b0af89c5fbf5bf2927feb01b1848903f30.zip
FreeBSD-src-c5bba2b0af89c5fbf5bf2927feb01b1848903f30.tar.gz
Remove avail_start on those platforms that no longer use it. (Only amd64
does anything with it beyond simple initialization.)
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/pmap.c2
-rw-r--r--sys/ia64/include/pmap.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index 18c31c4..f5e8957 100644
--- a/sys/ia64/ia64/pmap.c
+++ b/sys/ia64/ia64/pmap.c
@@ -177,7 +177,6 @@ int protection_codes[2][8];
*/
struct pmap kernel_pmap_store;
-vm_offset_t avail_start; /* PA of first available physical page */
vm_offset_t avail_end; /* PA of last available physical page */
vm_offset_t virtual_avail; /* VA of first avail page (after kernel bss) */
vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */
@@ -368,7 +367,6 @@ pmap_bootstrap()
kernel_vm_end = NKPT * PAGE_SIZE * NKPTEPG + VM_MIN_KERNEL_ADDRESS -
VM_GATEWAY_SIZE;
- avail_start = phys_avail[0];
for (i = 0; phys_avail[i+2]; i+= 2) ;
avail_end = phys_avail[i+1];
count = i+2;
diff --git a/sys/ia64/include/pmap.h b/sys/ia64/include/pmap.h
index 5ac38b0..ec0517b 100644
--- a/sys/ia64/include/pmap.h
+++ b/sys/ia64/include/pmap.h
@@ -108,7 +108,6 @@ typedef struct pv_entry {
#ifdef _KERNEL
extern vm_offset_t avail_end;
-extern vm_offset_t avail_start;
extern vm_offset_t phys_avail[];
extern vm_offset_t virtual_avail;
extern vm_offset_t virtual_end;
OpenPOWER on IntegriCloud