forked from Imagelibrary/rtems
2007-03-20 Till Straumann <strauman@slac.stanford.edu>
* include/bsp.h, startup/bspstart.c: confdefs.h now wants us to use BSP_INTERRUPT_STACK_SIZE instead of CONFIGURE_INTERRUPT_STACK_MEMORY. Removed reference to CONFIGURE_INTERRUPT_STACK_MEMORY from bspstart.c
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-03-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h, startup/bspstart.c: confdefs.h now wants
|
||||
us to use BSP_INTERRUPT_STACK_SIZE instead of
|
||||
CONFIGURE_INTERRUPT_STACK_MEMORY.
|
||||
|
||||
2007-03-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S, startup/bspstart.c: disable memory-select
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
* - Interrupt stack space is not minimum if defined.
|
||||
*/
|
||||
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
|
||||
|
||||
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
|
||||
|
||||
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
|
||||
|
||||
/*
|
||||
* diagram illustrating the role of the configuration
|
||||
|
||||
@@ -452,10 +452,6 @@ VpdBufRec vpdData [] = {
|
||||
* they can use atexit()
|
||||
*/
|
||||
|
||||
#if 0
|
||||
Cpu_table.interrupt_stack_size = CONFIGURE_INTERRUPT_STACK_MEMORY;
|
||||
/* FIXME */
|
||||
#endif
|
||||
bsp_clicks_per_usec = BSP_bus_frequency/(BSP_time_base_divisor * 1000);
|
||||
|
||||
#ifdef SHOW_MORE_INIT_SETTINGS
|
||||
|
||||
Reference in New Issue
Block a user