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 Bump UPAGES back down to 8KB now ...



details:   https://anonhg.NetBSD.org/src/rev/a0a5ed82ae27
branches:  trunk
changeset: 572299:a0a5ed82ae27
user:      joff <joff%NetBSD.org@localhost>
date:      Wed Dec 29 04:47:44 2004 +0000

description:
Bump UPAGES back down to 8KB now that real issue was found with ep93xx intr handling

diffstat:

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

diffs (18 lines):

diff -r 7234c31785d2 -r a0a5ed82ae27 sys/arch/arm/include/arm32/param.h
--- a/sys/arch/arm/include/arm32/param.h        Wed Dec 29 04:46:13 2004 +0000
+++ b/sys/arch/arm/include/arm32/param.h        Wed Dec 29 04:47:44 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.10 2004/12/23 04:39:41 joff Exp $  */
+/*     $NetBSD: param.h,v 1.11 2004/12/29 04:47:44 joff Exp $  */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -53,7 +53,7 @@
 
 #define SSIZE           1               /* initial stack size/NBPG */
 #define SINCR           1               /* increment of stack/NBPG */
-#define UPAGES          16              /* pages of u-area */
+#define UPAGES          2               /* pages of u-area */
 #define USPACE          (UPAGES * NBPG) /* total size of u-area */
 
 #ifndef MSGBUFSIZE



Home | Main Index | Thread Index | Old Index