summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:20:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:20:33 +0000
commit1693c131a19f6c23ae95e33161119e48239dc165 (patch)
tree84b6b5ef076a1e62d431b8c4e8b4a7e5609e433b /c/src/lib/libbsp/m68k/gen68302/startup
parent2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1693c131a19f6c23ae95e33161119e48239dc165.tar.bz2
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68302/startup')
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c3
1 files changed, 0 insertions, 3 deletions
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