From 9b64c2d5f7d6875cc20552b0ff3bc55cdc7d60d3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Apr 1998 00:10:03 +0000 Subject: 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. --- c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/papyrus') 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 -#ifdef STACK_CHECKER_ON -#include -#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 -- cgit v1.2.3