From c244a9ee2c3061b70b9b187bec2dacbf3d256b7c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 21:32:12 +0000 Subject: Stack checker extension now accounted for in confdefs.h --- c/src/lib/libbsp/i386/pc386/startup/bspstart.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/startup') diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c index 8a663b5102..46df06836c 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c @@ -172,12 +172,6 @@ void bsp_start( void ) BSP_Configuration.work_space_start = (void *)(RAM_END - BSP_Configuration.work_space_size); - /* Add another extension if using the stack checker. */ - -#ifdef STACK_CHECKER_ON - BSP_Configuration.maximum_extensions++; -#endif - /* Tell libio how many fd's we want and allow it to tweak config. */ rtems_libio_config(&BSP_Configuration, BSP_LIBIO_MAX_FDS); -- cgit v1.2.3