From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c') diff --git a/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c b/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c index 4d26d77a6f..175f6e147b 100644 --- a/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c @@ -156,9 +156,6 @@ void bsp_start( void ) * tell the RTEMS configuration where it is. This memory is * not malloc'ed. It is just "pulled from the air". */ - /* FIXME: this should be modified. work_space_size cannot be valid - * now, since console_reserve_resources will modify something... - */ /* FIME: plan usage of RAM better: - make top of ram dynamic, - take out some part for persistant log @@ -169,12 +166,6 @@ void bsp_start( void ) BSP_Configuration.work_space_start = (void *) ((char *)(bsp_ram_end)) - BSP_Configuration.work_space_size; - /* - * Account for the console's resources - */ - - console_reserve_resources( &BSP_Configuration ); - /* * initialize the CPU table for this BSP */ @@ -182,7 +173,7 @@ void bsp_start( void ) Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */ Cpu_table.predriver_hook = bsp_predriver_hook; Cpu_table.postdriver_hook = bsp_postdriver_hook; - Cpu_table.interrupt_stack_size = 4 * 1024; + Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY; Cpu_table.clicks_per_usec = 25; Cpu_table.serial_per_sec = 25000000; -- cgit v1.2.3