diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2001-09-03 22:19:36 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2001-09-03 22:19:36 +0000 |
| commit | e586bed159a1a92b6dee47426a8bb714dd23532e (patch) | |
| tree | 15c755272e8c97550188761f29e3e306ab26ad93 /sys/sparc64/include/param.h | |
| parent | 4324ea045e8eaf699d2631384d11a65bdd260dba (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/include/param.h')
| -rw-r--r-- | sys/sparc64/include/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index a54bb1bb6786..e669f4529802 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. |
