summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/papyrus
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-15 00:10:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-15 00:10:03 +0000
commit9b64c2d5f7d6875cc20552b0ff3bc55cdc7d60d3 (patch)
tree8887bea4cb00d4adb41fe872b8a4b7e5f2391f0c /c/src/lib/libbsp/powerpc/papyrus
parentPer suggestion from Eric Norum, went from one initial extension set (diff)
downloadrtems-9b64c2d5f7d6875cc20552b0ff3bc55cdc7d60d3.tar.bz2
Per suggestion from Eric Norum, went from one initial extension set
to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/papyrus')
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
index 7905d1258f..dc4e8c1f67 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
@@ -44,10 +44,6 @@
#include <string.h>
-#ifdef STACK_CHECKER_ON
-#include <stackchk.h>
-#endif
-
/*
* The original table from the application and our copy of it with
* some changes.
@@ -121,15 +117,6 @@ bsp_pretasking_hook(void)
{
bsp_libc_init();
-#ifdef STACK_CHECKER_ON
- /*
- * Initialize the stack bounds checker
- * We can either turn it on here or from the app.
- */
-
- Stack_check_Initialize();
-#endif
-
#ifdef RTEMS_DEBUG
rtems_debug_enable( RTEMS_DEBUG_ALL_MASK );
#endif