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:
@@ -285,7 +285,6 @@ void bsp_start(void)
|
||||
Cpu_table.predriver_hook = bsp_predriver_hook; /* init PCI / RTC ... */
|
||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
||||
Cpu_table.clicks_per_usec = (IPB_CLOCK/1000000);
|
||||
Cpu_table.do_zero_of_workspace = TRUE;
|
||||
Cpu_table.exceptions_in_RAM = TRUE;
|
||||
|
||||
if( Cpu_table.interrupt_stack_size < 4*1024 )
|
||||
|
||||
Reference in New Issue
Block a user