summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2005-11-20 06:09:49 +0000
committeralc <alc@FreeBSD.org>2005-11-20 06:09:49 +0000
commitb77df1e33a9e281291d27c4eaac3f431a21d7a81 (patch)
treeaa491fc597c27e1b17733abefd49720c797bae02 /sys/amd64
parent34992d5afb3ad2c2417cc0dc2c0a0a6a06d2ceef (diff)
downloadFreeBSD-src-b77df1e33a9e281291d27c4eaac3f431a21d7a81.zip
FreeBSD-src-b77df1e33a9e281291d27c4eaac3f431a21d7a81.tar.gz
Eliminate pmap_init2(). It's no longer used.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/pmap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index c623495..aba9cfe 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -579,11 +579,6 @@ pmap_init(void)
uma_zone_set_obj(pvzone, &pvzone_obj, pv_entry_max);
}
-void
-pmap_init2()
-{
-}
-
/***************************************************
* Low level helper routines.....
OpenPOWER on IntegriCloud