Module Name: src
Committed By: kiyohara
Date: Tue Jan 29 15:47:16 UTC 2013
Modified Files:
src/sys/arch/powerpc/include: param.h
Log Message:
More stack for ibm4xx slow machines.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/powerpc/include/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/include/param.h
diff -u src/sys/arch/powerpc/include/param.h:1.28 src/sys/arch/powerpc/include/param.h:1.29
--- src/sys/arch/powerpc/include/param.h:1.28 Sun Sep 23 22:31:39 2012
+++ src/sys/arch/powerpc/include/param.h Tue Jan 29 15:47:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.28 2012/09/23 22:31:39 mrg Exp $ */
+/* $NetBSD: param.h,v 1.29 2013/01/29 15:47:16 kiyohara Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -58,7 +58,7 @@
#ifdef PPC_IBM4XX
#define PGSHIFT 14 /* Use 16KB to reduce TLB thrashing */
-#define UPAGES 1
+#define UPAGES 2
#else
#define PGSHIFT 12
#define UPAGES 4