summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-09-03 22:19:36 +0000
committerjake <jake@FreeBSD.org>2001-09-03 22:19:36 +0000
commit60654f358c04908501e26256cf4202fff3e9f81d (patch)
tree15c755272e8c97550188761f29e3e306ab26ad93 /sys
parent64bd7a7631cf964be3ccc81e44bb06de2c23ef0d (diff)
downloadFreeBSD-src-60654f358c04908501e26256cf4202fff3e9f81d.zip
FreeBSD-src-60654f358c04908501e26256cf4202fff3e9f81d.tar.gz
Bump UPAGES to 4. The pcb can be rather large.
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/include/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h
index a54bb1b..e669f45 100644
--- a/sys/sparc64/include/param.h
+++ b/sys/sparc64/include/param.h
@@ -116,7 +116,7 @@
#define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE)
#define IOPAGES 2 /* pages of i/o permission bitmap */
-#define UPAGES 2 /* pages of u-area */
+#define UPAGES 4 /* pages of u-area */
/*
* Constants related to network buffer management.
OpenPOWER on IntegriCloud