forked from Imagelibrary/rtems
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in
|
||||
the m68k CPU Table since it is never read.
|
||||
|
||||
2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||
|
||||
* user/rtmon.t: Fix report output.
|
||||
|
||||
@@ -703,8 +703,6 @@ typedef struct @{
|
||||
void * (*stack_allocate_hook)( unsigned32 );
|
||||
void (*stack_free_hook)( void* );
|
||||
/* end of fields required on all CPUs */
|
||||
|
||||
m68k_isr *interrupt_vector_table;
|
||||
@} rtems_cpu_table;
|
||||
@end group
|
||||
@end example
|
||||
|
||||
Reference in New Issue
Block a user