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.
This commit is contained in:
Joel Sherrill
2007-12-04 22:22:03 +00:00
parent 99856a3360
commit cafa2c5d05
26 changed files with 81 additions and 87 deletions

View File

@@ -129,7 +129,6 @@ SPR_RW(SPRG1)
extern rtems_configuration_table Configuration;
extern unsigned long intrStackPtr;
rtems_configuration_table BSP_Configuration;
rtems_cpu_table Cpu_table;
char *rtems_progname;
/*
@@ -287,13 +286,6 @@ void bsp_start(void)
/* Signal them that this BSP has fixed PR288 - eventually, this should go away */
_write_SPRG0(PPC_BSP_HAS_FIXED_PR288);
/*
* initialize the CPU table for this BSP
*/
if( Cpu_table.interrupt_stack_size < 4*1024 )
Cpu_table.interrupt_stack_size = 4 * 1024;
bsp_clicks_per_usec = (IPB_CLOCK/1000000);
/*