From 12c074d8bd9a554fbf984679f3d44378d9b54cad Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Nov 2000 21:22:04 +0000 Subject: 2000-11-01 Joel Sherrill * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as . Header file order was cleaned up while doing this. Also removed obsolete references to STACK_CHECKER_ON. --- .../lib/libbsp/powerpc/eth_comm/startup/bspstart.c | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c') diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c index c5c1c37d76..6013336b7e 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c @@ -17,21 +17,15 @@ * $Id$ */ +#include + #include #include - -#include - -#include +#include #include -#ifdef STACK_CHECKER_ON -#include -#endif - boardinfo_t M860_binfo; - /* * The original table from the application and our copy of it with * some changes. @@ -94,15 +88,6 @@ bsp_pretasking_hook(void) /* set up a 256K heap */ bsp_libc_init((void *) heap_start, 256 * 1024, 0); -#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