From 40aef046525272c5077537d9c0d92452a7dcd283 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Mon, 24 Sep 2001 20:00:20 +0000 Subject: [PATCH] Increase the number of bootstrap PVs. --- sys/ia64/ia64/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c index 3f70fb762aec..194b3b56ecbd 100644 --- a/sys/ia64/ia64/pmap.c +++ b/sys/ia64/ia64/pmap.c @@ -754,7 +754,7 @@ get_pv_entry(void) * cover this. */ if (!pvinit) { -#define PV_BOOTSTRAP_NEEDED 512 +#define PV_BOOTSTRAP_NEEDED 2048 static struct pv_entry pvbootentries[PV_BOOTSTRAP_NEEDED]; static int pvbootnext = 0;