forked from Imagelibrary/rtems
2007-03-11 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Remove assignments of
|
||||
Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
|
||||
value in boot_card.c
|
||||
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
|
||||
@@ -98,13 +98,6 @@ void bsp_start( void )
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.predriver_hook = bsp_leon3_predriver_hook; /* scan system bus */
|
||||
|
||||
/*
|
||||
* SIS does zero out memory BUT only when IT begins execution. Thus
|
||||
* if we want to have a clean slate in the workspace each time we
|
||||
* begin execution of OUR application, then we must zero the workspace.
|
||||
*/
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
|
||||
/*
|
||||
* This should be enough interrupt stack.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user