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/sparc/erc32/startup/bspstart.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/lib/libbsp/sparc') diff --git a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c index e660e64d25..0219dfeccc 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c +++ b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c @@ -213,9 +213,11 @@ void bsp_start( void ) Cpu_table.interrupt_stack_size = (24 * 1024); +/* #if defined(RTEMS_POSIX_API) BSP_Configuration.work_space_size *= 3; #endif +*/ work_space_start = (unsigned char *)rdb_start - BSP_Configuration.work_space_size; -- cgit v1.2.3