Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Bump INTSTK to 16KB, i.e., one VM page,...



details:   https://anonhg.NetBSD.org/src/rev/916d57cb765d
branches:  trunk
changeset: 953299:916d57cb765d
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Mar 05 06:45:12 2021 +0000

description:
Bump INTSTK to 16KB, i.e., one VM page, in the same manner as other boards.

diffstat:

 sys/arch/evbppc/conf/std.explora |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64fda39b2738 -r 916d57cb765d sys/arch/evbppc/conf/std.explora
--- a/sys/arch/evbppc/conf/std.explora  Fri Mar 05 06:40:15 2021 +0000
+++ b/sys/arch/evbppc/conf/std.explora  Fri Mar 05 06:45:12 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.explora,v 1.6 2021/03/05 06:06:34 rin Exp $
+#      $NetBSD: std.explora,v 1.7 2021/03/05 06:45:12 rin Exp $
 #
 # Standard/required options for NetBSD/explora.
 
@@ -20,7 +20,7 @@
 
 options        PPC_INTR_IMPL="<powerpc/intr.h>"
 
-options        INTSTK=8192
+options        INTSTK=16384
 
 options        PPC_CPU_FREQ=66000000   # XXX hack for pckbc_cnattach()
 



Home | Main Index | Thread Index | Old Index