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:
Joel Sherrill
2007-11-26 21:26:39 +00:00
parent 1693c131a1
commit bab02abc5e
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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