From f9f823962824988b384dc79140c848fc6d787abc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Nov 2007 21:19:52 +0000 Subject: 2007-11-26 Joel Sherrill * rtems/score/cpu.h: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read. --- cpukit/score/cpu/m68k/ChangeLog | 5 +++++ cpukit/score/cpu/m68k/rtems/score/cpu.h | 9 --------- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index 6bbb58afc8..36e5c2488f 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -1,3 +1,8 @@ +2007-11-26 Joel Sherrill + + * rtems/score/cpu.h: Eliminate the interrupt_vector_table field in the + m68k CPU Table since it is never read. + 2007-08-04 Ralf Corsépius * rtems/score/m68k.h: Add stubs for mcf5307, mcf5407, mcfv4e. diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h index a973e406ab..e71b2be2dd 100644 --- a/cpukit/score/cpu/m68k/rtems/score/cpu.h +++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h @@ -202,8 +202,6 @@ typedef struct { void * (*stack_allocate_hook)( uint32_t ); void (*stack_free_hook)( void* ); /* end of fields required on all CPUs */ - - m68k_isr *interrupt_vector_table; } rtems_cpu_table; /* @@ -211,13 +209,6 @@ typedef struct { * the file rtems/system.h. */ -/* - * Macros to access M68K specific additions to the CPU Table - */ - -#define rtems_cpu_configuration_get_interrupt_vector_table() \ - (_CPU_Table.interrupt_vector_table) - /* variables */ SCORE_EXTERN void *_CPU_Interrupt_stack_low; -- cgit v1.2.3