summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pmap.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2006-11-19 20:54:58 +0000
committeralc <alc@FreeBSD.org>2006-11-19 20:54:58 +0000
commitb2f49e89dfec75e07cb3b542600531e1860a899d (patch)
tree891657095fe5bdd2f00ff4991286a5bf89a91acb /sys/i386/include/pmap.h
parenta8077682d09327ba1bd27f42262428f912eb8aba (diff)
downloadFreeBSD-src-b2f49e89dfec75e07cb3b542600531e1860a899d.zip
FreeBSD-src-b2f49e89dfec75e07cb3b542600531e1860a899d.tar.gz
The global variable avail_end is redundant and only used once. Eliminate
it. Make avail_start static to the pmap on amd64. (It no longer exists on other architectures.)
Diffstat (limited to 'sys/i386/include/pmap.h')
-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 996795f..02adbb5 100644
--- a/sys/i386/include/pmap.h
+++ b/sys/i386/include/pmap.h
@@ -361,7 +361,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 phys_avail[];
extern vm_paddr_t dump_avail[];
extern int pseflag;
OpenPOWER on IntegriCloud