summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:20:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:20:43 +0000
commit2804a3e71c78ab1453e8ee0cff383cab0be0aca9 (patch)
treeebd29851d82356180794ed2452ec63802dfc4b4a /c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
parent2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-2804a3e71c78ab1453e8ee0cff383cab0be0aca9.tar.bz2
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, startup/bspstart.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
Diffstat (limited to 'c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c b/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
index a8c47236ef..2064f03c84 100644
--- a/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
@@ -32,7 +32,6 @@
*/
extern rtems_configuration_table Configuration;
rtems_configuration_table BSP_Configuration;
-rtems_cpu_table Cpu_table;
char *rtems_progname;
/*
@@ -267,11 +266,6 @@ void bsp_start( void )
BSP_Configuration.work_space_start = (void *)_WorkspaceBase;
/*
- * initialize the CPU table for this BSP
- */
- Cpu_table.interrupt_stack_size = 4096;
-
- /*
* Invalidate the cache and disable it
*/
m68k_set_acr0(mcf5282_acr0_mode);