Module: xenomai-2.4
Branch: master
Commit: f2481019ef74cbee6ca613ec4714d924c0a655c7
URL:    
http://git.xenomai.org/?p=xenomai-2.4.git;a=commit;h=f2481019ef74cbee6ca613ec4714d924c0a655c7

Author: Philippe Gerum <r...@xenomai.org>
Date:   Fri Jul 17 17:50:25 2009 +0200

powerpc: raise SYS_STACKPOOLSZ to 128Kb for 64bit archs

---

 ksrc/nucleus/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ksrc/nucleus/Kconfig b/ksrc/nucleus/Kconfig
index ed6cd1e..aaa4018 100644
--- a/ksrc/nucleus/Kconfig
+++ b/ksrc/nucleus/Kconfig
@@ -145,7 +145,7 @@ config XENO_OPT_SYS_STACKPOOLSZ
         depends on XENO_GENERIC_STACKPOOL
        int "Size of the private stack pool (Kb)"
        default 32 if !64BIT && !BLACKFIN && !XENO_DRIVERS_SWITCHTEST
-       default 64 if 64BIT || BLACKFIN || XENO_DRIVERS_SWITCHTEST
+       default 128 if 64BIT || BLACKFIN || XENO_DRIVERS_SWITCHTEST
        help
 
        On this architecture, kernel-based Xenomai threads get the


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to