From b77df1e33a9e281291d27c4eaac3f431a21d7a81 Mon Sep 17 00:00:00 2001 From: alc Date: Sun, 20 Nov 2005 06:09:49 +0000 Subject: Eliminate pmap_init2(). It's no longer used. --- sys/alpha/alpha/pmap.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/alpha') 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 -- cgit v1.1