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/sh/gensh1/startup/bspstart.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'c/src/lib/libbsp/sh/gensh1/startup/bspstart.c') diff --git a/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c b/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c index 51fb274b83..74431d0f7b 100644 --- a/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c +++ b/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c @@ -151,14 +151,6 @@ void bsp_start(void) BSP_Configuration = Configuration; -#ifdef STACK_CHECKER_ON - /* - * Add 1 extension for stack checker - */ - - BSP_Configuration.maximum_extensions++; -#endif - /* * Need to "allocate" the memory for the RTEMS Workspace and * tell the RTEMS configuration where it is. This memory is -- cgit v1.2.3