summaryrefslogtreecommitdiffstats
path: root/doc/cpu_supplement
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:26:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:26:39 +0000
commitbab02abc5e25b43c8e83e3c193a911f3525889e9 (patch)
treead84fc062eabb257e4c2274b82e0a95d79f7a755 /doc/cpu_supplement
parent2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bab02abc5e25b43c8e83e3c193a911f3525889e9.tar.bz2
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.
Diffstat (limited to 'doc/cpu_supplement')
-rw-r--r--doc/cpu_supplement/m68k.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/cpu_supplement/m68k.t b/doc/cpu_supplement/m68k.t
index d684328277..fac78ddbd8 100644
--- a/doc/cpu_supplement/m68k.t
+++ b/doc/cpu_supplement/m68k.t
@@ -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