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:
Till Straumann
2008-03-21 06:38:04 +00:00
parent 49bce16b2d
commit 7347b0d9b4
3 changed files with 8 additions and 6 deletions

View File

@@ -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

View File

@@ -29,7 +29,7 @@
*/
#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

View File

@@ -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