Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include More stack for ibm4xx slow machines.



details:   https://anonhg.NetBSD.org/src/rev/e32b63234c40
branches:  trunk
changeset: 784480:e32b63234c40
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Tue Jan 29 15:47:16 2013 +0000

description:
More stack for ibm4xx slow machines.

diffstat:

 sys/arch/powerpc/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2228725ce28c -r e32b63234c40 sys/arch/powerpc/include/param.h
--- a/sys/arch/powerpc/include/param.h  Tue Jan 29 15:45:43 2013 +0000
+++ b/sys/arch/powerpc/include/param.h  Tue Jan 29 15:47:16 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index