From 2e34f4ad4fe88b5bb2c88639fff4174fd962bcc2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 30 Apr 1998 11:43:19 +0000 Subject: Removed tripling of workspace API when POSIX API is enabled. confdefs.h is now correct enough where this is not necessary. This was in to cover up the deficiencies in figuring out how much memory a GNAT/RTEMS application required. There is a good stab at this now. --- c/src/lib/libbsp/powerpc/psim/startup/bspstart.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/psim') diff --git a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c index 983919a20c..d898fd00d8 100644 --- a/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/psim/startup/bspstart.c @@ -210,11 +210,13 @@ void bsp_start( void ) Cpu_table.exceptions_in_RAM = TRUE; +/* #if defined(RTEMS_POSIX_API) BSP_Configuration.work_space_size *= 3; #endif +*/ - BSP_Configuration.work_space_size += 32 * 1024; + BSP_Configuration.work_space_size += 1024; #if 0 work_space_start = -- cgit v1.2.3