summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-24 20:00:20 +0000
committerdfr <dfr@FreeBSD.org>2001-09-24 20:00:20 +0000
commita9a90c06000bc61dcb5aa4cefa48004bcfb88476 (patch)
treeba933487498aaaadd245038c7e172e6055ed97ae /sys
parent21b38366fd1bf3f397ea88eef55b028e880659ff (diff)
downloadFreeBSD-src-a9a90c06000bc61dcb5aa4cefa48004bcfb88476.zip
FreeBSD-src-a9a90c06000bc61dcb5aa4cefa48004bcfb88476.tar.gz
Increase the number of bootstrap PVs.
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index 3f70fb7..194b3b5 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;
OpenPOWER on IntegriCloud