diff options
author | alc <alc@FreeBSD.org> | 2005-11-20 06:09:49 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2005-11-20 06:09:49 +0000 |
commit | b77df1e33a9e281291d27c4eaac3f431a21d7a81 (patch) | |
tree | aa491fc597c27e1b17733abefd49720c797bae02 /sys/alpha | |
parent | 34992d5afb3ad2c2417cc0dc2c0a0a6a06d2ceef (diff) | |
download | FreeBSD-src-b77df1e33a9e281291d27c4eaac3f431a21d7a81.zip FreeBSD-src-b77df1e33a9e281291d27c4eaac3f431a21d7a81.tar.gz |
Eliminate pmap_init2(). It's no longer used.
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/alpha/pmap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c index 173755b..13704ff 100644 --- a/sys/alpha/alpha/pmap.c +++ b/sys/alpha/alpha/pmap.c @@ -583,11 +583,6 @@ pmap_init(void) pv_entry_high_water = 9 * (pv_entry_max / 10); } -void -pmap_init2() -{ -} - /*************************************************** * Manipulate TLBs for a pmap |