forked from Imagelibrary/rtems
2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* tmoverhd/testtask.c: Spacing and remove call to obsolete rtems_initialize_executive().
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* tmoverhd/testtask.c: Spacing and remove call to obsolete
|
||||||
|
rtems_initialize_executive().
|
||||||
|
|
||||||
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
|
* tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
|
||||||
|
|||||||
@@ -91,20 +91,6 @@ rtems_task Task_1(
|
|||||||
error = 100;
|
error = 100;
|
||||||
options = 0;
|
options = 0;
|
||||||
|
|
||||||
/* rtems_initialize_executive */
|
|
||||||
Timer_initialize();
|
|
||||||
for ( index=1 ; index <= OPERATION_COUNT ; index++ )
|
|
||||||
(void) rtems_initialize_executive( rtems_configuration_get_table() );
|
|
||||||
end_time = Read_timer();
|
|
||||||
|
|
||||||
put_time(
|
|
||||||
"rtems_initialize_executive",
|
|
||||||
end_time,
|
|
||||||
OPERATION_COUNT,
|
|
||||||
overhead,
|
|
||||||
0
|
|
||||||
);
|
|
||||||
|
|
||||||
/* rtems_shutdown_executive */
|
/* rtems_shutdown_executive */
|
||||||
|
|
||||||
Timer_initialize();
|
Timer_initialize();
|
||||||
|
|||||||
Reference in New Issue
Block a user