From 1693c131a19f6c23ae95e33161119e48239dc165 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Nov 2007 21:20:33 +0000 Subject: 2007-11-26 Joel Sherrill * startup/bspstart.c: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read. --- c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/lib/libbsp/m68k/gen68302/startup') diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c index fd7f7503b2..cce4abaedd 100644 --- a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c @@ -62,9 +62,6 @@ void bsp_start( void ) * typically done by stock BSPs) by subtracting the required amount * of work space from the last physical address on the CPU board. */ -#if 0 - Cpu_table.interrupt_vector_table = (mc68000_isr *) 0/*&M68Kvec*/; -#endif /* * Need to "allocate" the memory for the RTEMS Workspace and -- cgit v1.2.3