forked from Imagelibrary/rtems
virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE
closes #2801.
This commit is contained in:
committed by
Joel Sherrill
parent
8cf2f8b6f3
commit
11ae6f94f8
@@ -48,7 +48,7 @@
|
||||
* confdefs.h overrides for this BSP:
|
||||
* - Interrupt stack space is not minimum if defined.
|
||||
*/
|
||||
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
|
||||
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
|
||||
|
||||
#ifdef ASM
|
||||
/* Definition of where to store registers in alignment handler */
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
* confdefs.h overrides for this BSP:
|
||||
* - Interrupt stack space is not minimum if defined.
|
||||
*/
|
||||
#define CONFIGURE_INTERRUPT_STACK_MEMORY (16 * 1024)
|
||||
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
|
||||
|
||||
#ifdef ASM
|
||||
/* Definition of where to store registers in alignment handler */
|
||||
|
||||
Reference in New Issue
Block a user