forked from Imagelibrary/rtems
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* shared/startup/bspstart.c: Moved most of the remaining CPU Table
|
||||||
|
fields to the Configuration Table. This included pretasking_hook,
|
||||||
|
predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
|
||||||
|
extra_mpci_receive_server_stack, stack_allocate_hook, and
|
||||||
|
stack_free_hook. As a side-effect of this effort some multiprocessing
|
||||||
|
code was made conditional and some style clean up occurred.
|
||||||
|
|
||||||
2007-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2007-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* shared/irq/irq.c, shared/irq/irq_supp.h: Correct conditionals and
|
* shared/irq/irq.c, shared/irq/irq_supp.h: Correct conditionals and
|
||||||
|
|||||||
@@ -384,8 +384,6 @@ void bsp_start( void )
|
|||||||
* they can use atexit()
|
* they can use atexit()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */
|
|
||||||
Cpu_table.postdriver_hook = bsp_postdriver_hook;
|
|
||||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||||
|
|
||||||
bsp_clicks_per_usec = BSP_bus_frequency/(BSP_time_base_divisor * 1000);
|
bsp_clicks_per_usec = BSP_bus_frequency/(BSP_time_base_divisor * 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user