2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>

* tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
	to Configuration Table. Eliminate CPU Table from all ports. Delete
	references to CPU Table in all forms.
This commit is contained in:
Joel Sherrill
2007-12-04 22:18:39 +00:00
parent a1f37a0f6e
commit c610850ede
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
to Configuration Table. Eliminate CPU Table from all ports. Delete
references to CPU Table in all forms.
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,

View File

@@ -59,7 +59,6 @@ rtems_task Task_1(
{
rtems_name name;
uint32_t index;
rtems_cpu_table cpu_table;
rtems_id id;
rtems_task_priority in_priority;
rtems_task_priority out_priority;
@@ -95,7 +94,7 @@ rtems_task Task_1(
/* rtems_initialize_executive */
Timer_initialize();
for ( index=1 ; index <= OPERATION_COUNT ; index++ )
(void) rtems_initialize_executive( rtems_configuration_get_table(), &cpu_table );
(void) rtems_initialize_executive( rtems_configuration_get_table() );
end_time = Read_timer();
put_time(