summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-08 23:47:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-08 23:47:18 +0000
commit357a9f08fee82c4c30368060034029e812b4e9fb (patch)
tree667da8ef437f7fae9382403cbc6ed18fddd56717 /c/src/lib/libbsp/powerpc/helas403/include/bsp.h
parent2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se> (diff)
downloadrtems-357a9f08fee82c4c30368060034029e812b4e9fb.tar.bz2
2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
This modification is part of the submitted modifications necessary to support the IBM PPC405 family. This submission was reviewed by Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did not negatively impact the ppc403 BSPs. The submission and tracking process was captured as PR50. * include/bsp.h: Increase the interrupt stack size to 16K.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/include/bsp.h b/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
index 7bd264c0a4..68569f1af3 100644
--- a/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/helas403/include/bsp.h
@@ -53,7 +53,7 @@ extern "C" {
*/
/* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */
-#define CONFIGURE_INTERRUPT_STACK_MEMORY (4 * 1024)
+#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
#ifdef ASM
/* Definition of where to store registers in alignment handler */