Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/include Reert change which was not meant to b...
details: https://anonhg.NetBSD.org/src/rev/820ed244049f
branches: trunk
changeset: 748963:820ed244049f
user: haad <haad%NetBSD.org@localhost>
date: Wed Nov 11 23:59:36 2009 +0000
description:
Reert change which was not meant to be comitted.
diffstat:
sys/arch/amd64/include/param.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 80b3e5f03694 -r 820ed244049f sys/arch/amd64/include/param.h
--- a/sys/arch/amd64/include/param.h Wed Nov 11 23:53:38 2009 +0000
+++ b/sys/arch/amd64/include/param.h Wed Nov 11 23:59:36 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.11 2009/11/11 23:53:39 haad Exp $ */
+/* $NetBSD: param.h,v 1.12 2009/11/11 23:59:36 haad Exp $ */
#ifdef __x86_64__
@@ -56,12 +56,12 @@
#define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
#endif
-#define SSIZE 8 /* initial stack size/NBPG */
-#define SINCR 2 /* increment of stack/NBPG */
+#define SSIZE 1 /* initial stack size/NBPG */
+#define SINCR 1 /* increment of stack/NBPG */
#ifdef DIAGNOSTIC
-#define UPAGES 16 /* pages of u-area (1 for redzone) */
+#define UPAGES 4 /* pages of u-area (1 for redzone) */
#else
-#define UPAGES 12 /* pages of u-area */
+#define UPAGES 3 /* pages of u-area */
#endif
#define USPACE (UPAGES * NBPG) /* total size of u-area */
#define INTRSTACKSIZE 4096
Home |
Main Index |
Thread Index |
Old Index