mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 04:18:59 +00:00
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_supplement/i386.t: Eliminate the interrupt_table_segment and interrupt_table_offset fields in the i386 CPU Table since they are never read.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* cpu_supplement/i386.t: Eliminate the interrupt_table_segment and
|
||||||
|
interrupt_table_offset fields in the i386 CPU Table since they are
|
||||||
|
never read.
|
||||||
|
|
||||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in
|
* cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in
|
||||||
|
|||||||
@@ -606,15 +606,13 @@ typedef struct @{
|
|||||||
void (*predriver_hook)( void );
|
void (*predriver_hook)( void );
|
||||||
void (*idle_task)( void );
|
void (*idle_task)( void );
|
||||||
boolean do_zero_of_workspace;
|
boolean do_zero_of_workspace;
|
||||||
unsigned32 idle_task_stack_size;
|
uint32_t idle_task_stack_size;
|
||||||
unsigned32 interrupt_stack_size;
|
uint32_t interrupt_stack_size;
|
||||||
unsigned32 extra_mpci_receive_server_stack;
|
uint32_t extra_mpci_receive_server_stack;
|
||||||
void * (*stack_allocate_hook)( unsigned32 );
|
void * (*stack_allocate_hook)( unsigned32 );
|
||||||
void (*stack_free_hook)( void* );
|
void (*stack_free_hook)( void* );
|
||||||
/* end of fields required on all CPUs */
|
/* end of fields required on all CPUs */
|
||||||
|
|
||||||
unsigned32 interrupt_segment;
|
|
||||||
void *interrupt_vector_table;
|
|
||||||
@} rtems_cpu_table;
|
@} rtems_cpu_table;
|
||||||
@end group
|
@end group
|
||||||
@end example
|
@end example
|
||||||
|
|||||||
Reference in New Issue
Block a user