summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:22:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-04 22:22:03 +0000
commitcafa2c5d0586ad7933e3fe543c7602a549ce692e (patch)
tree2ad15de8657874421853a56031814deb3b7b3076 /c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
parent2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-cafa2c5d0586ad7933e3fe543c7602a549ce692e.tar.bz2
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 '')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
index 67db080474..b3f9a03e61 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/startup/bspstart.c
@@ -32,10 +32,8 @@
*/
extern rtems_configuration_table Configuration;
rtems_configuration_table BSP_Configuration;
-rtems_cpu_table Cpu_table;
char *rtems_progname;
-
/*
* Cacheable areas
*/
@@ -180,11 +178,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(0);