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
|
||||||
|
|||||||
@@ -65,18 +65,18 @@ rtems_task Task_1(
|
|||||||
rtems_mode in_mode;
|
rtems_mode in_mode;
|
||||||
rtems_mode mask;
|
rtems_mode mask;
|
||||||
rtems_mode out_mode;
|
rtems_mode out_mode;
|
||||||
uint32_t note;
|
uint32_t note;
|
||||||
rtems_time_of_day time;
|
rtems_time_of_day time;
|
||||||
rtems_interval timeout;
|
rtems_interval timeout;
|
||||||
rtems_signal_set signals;
|
rtems_signal_set signals;
|
||||||
void *address_1;
|
void *address_1;
|
||||||
rtems_event_set events;
|
rtems_event_set events;
|
||||||
long buffer[ 4 ];
|
long buffer[ 4 ];
|
||||||
uint32_t count;
|
uint32_t count;
|
||||||
rtems_device_major_number major;
|
rtems_device_major_number major;
|
||||||
rtems_device_minor_number minor;
|
rtems_device_minor_number minor;
|
||||||
uint32_t io_result;
|
uint32_t io_result;
|
||||||
uint32_t error;
|
uint32_t error;
|
||||||
rtems_clock_get_options options;
|
rtems_clock_get_options options;
|
||||||
|
|
||||||
name = rtems_build_name( 'N', 'A', 'M', 'E' );
|
name = rtems_build_name( 'N', 'A', 'M', 'E' );
|
||||||
@@ -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