summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
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/i386/include
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/i386/include')
-rw-r--r--sys/i386/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h
index 0c577e4..b515b01 100644
--- a/sys/i386/include/pmap.h
+++ b/sys/i386/include/pmap.h
@@ -325,7 +325,6 @@ extern struct ppro_vmtrr PPro_vmtrr[NPPROVMTRR];
extern caddr_t CADDR1;
extern pt_entry_t *CMAP1;
extern vm_paddr_t avail_end;
-extern vm_paddr_t avail_start;
extern vm_paddr_t phys_avail[];
extern int pseflag;
extern int pgeflag;
OpenPOWER on IntegriCloud