summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-08 01:37:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-08 01:37:04 +0000
commitc5805985295b3bafc966de8d482c9f884b7e1ebc (patch)
tree8cf7b8db319fc56b260f364da831ec2e9386cd7f /c
parentAdded -DUSE_INIT_FINI so they should be able to run C++ tests. (diff)
downloadrtems-c5805985295b3bafc966de8d482c9f884b7e1ebc.tar.bz2
Configure a default interrupt stack size.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/unix/posix/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/unix/posix/include/bsp.h b/c/src/lib/libbsp/unix/posix/include/bsp.h
index 09f3dab64d..ca0bdd0402 100644
--- a/c/src/lib/libbsp/unix/posix/include/bsp.h
+++ b/c/src/lib/libbsp/unix/posix/include/bsp.h
@@ -31,7 +31,7 @@ extern "C" {
*/
/* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */
-/* #define CONFIGURE_INTERRUPT_STACK_MEMORY (TBD * 1024) */
+#define CONFIGURE_INTERRUPT_STACK_MEMORY (4 * 1024)
/*
* Define the time limits for RTEMS Test Suite test durations.