summaryrefslogtreecommitdiff
path: root/sys/mips/include/param.h
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2010-04-18 22:32:07 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2010-04-18 22:32:07 +0000
commitca596a25f07f94a05515cd150b1d7e6f81c1894d (patch)
treeda5df1cb44611f0607de0cedd81f3d7d10512466 /sys/mips/include/param.h
parent7ea710b3b174504918463bbe3456c5cf057baafe (diff)
Notes
Diffstat (limited to 'sys/mips/include/param.h')
-rw-r--r--sys/mips/include/param.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h
index 0edb8b93d55c..06cdeac04832 100644
--- a/sys/mips/include/param.h
+++ b/sys/mips/include/param.h
@@ -113,12 +113,9 @@
/*
* The kernel stack needs to be aligned on a (PAGE_SIZE * 2) boundary.
- *
- * Although we allocate 3 pages for the kernel stack we end up using
- * only the 2 pages that are aligned on a (PAGE_SIZE * 2) boundary.
*/
-#define KSTACK_PAGES 3 /* kernel stack*/
-#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
+#define KSTACK_PAGES 2 /* kernel stack*/
+#define KSTACK_GUARD_PAGES 2 /* pages of kstack guard; 0 disables */
#define UPAGES 2