Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Bumb NMBCLUSTER defaults to 2048 ...



details:   https://anonhg.NetBSD.org/src/rev/f3078a48e918
branches:  trunk
changeset: 522594:f3078a48e918
user:      briggs <briggs%NetBSD.org@localhost>
date:      Fri Feb 22 06:41:48 2002 +0000

description:
Bumb NMBCLUSTER defaults to 2048 for GATEWAY and 1024 otherwise.  These
match current powerpc defaults and are more reasonable for the current era.

diffstat:

 sys/arch/arm/include/arm32/param.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 58b0bc2933cc -r f3078a48e918 sys/arch/arm/include/arm32/param.h
--- a/sys/arch/arm/include/arm32/param.h        Fri Feb 22 06:03:36 2002 +0000
+++ b/sys/arch/arm/include/arm32/param.h        Fri Feb 22 06:41:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.6 2001/08/11 12:59:45 chris Exp $  */
+/*     $NetBSD: param.h,v 1.7 2002/02/22 06:41:48 briggs Exp $ */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -67,9 +67,9 @@
 #endif
 
 #ifdef GATEWAY
-#define        NMBCLUSTERS     512             /* map size, max cluster allocation */
+#define        NMBCLUSTERS     2048            /* map size, max cluster allocation */
 #else
-#define        NMBCLUSTERS     256             /* map size, max cluster allocation */
+#define        NMBCLUSTERS     1024            /* map size, max cluster allocation */
 #endif
 #endif
 



Home | Main Index | Thread Index | Old Index