[rtems commit] gumstix: Remove CONFIGURE_INTERRUPT_STACK_MEMORY

Sebastian Huber sebh at rtems.org
Fri May 25 08:22:43 UTC 2018


Module:    rtems
Branch:    master
Commit:    3b2817b6e55e60c4f210f727c5331325a79f30d3
Changeset: http://git.rtems.org/rtems/commit/?id=3b2817b6e55e60c4f210f727c5331325a79f30d3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May 25 10:19:32 2018 +0200

gumstix: Remove CONFIGURE_INTERRUPT_STACK_MEMORY

This define is not supported by confdefs.h.  In addition, on ARM the
interrupt stack size is defined by the linker command file.

---

 bsps/arm/gumstix/include/bsp.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bsps/arm/gumstix/include/bsp.h b/bsps/arm/gumstix/include/bsp.h
index caee8f9..33cc6e4 100644
--- a/bsps/arm/gumstix/include/bsp.h
+++ b/bsps/arm/gumstix/include/bsp.h
@@ -51,9 +51,6 @@ console_tbl *BSP_get_uart_from_minor(int minor);
 
 static inline int32_t BSP_get_baud(void) {return 115200;}
 
-/** @brief How big should the interrupt stack be? */
-#define CONFIGURE_INTERRUPT_STACK_MEMORY  (16 * 1024)
-
 #define ST_PIMR_PIV	33	/* 33 ticks of the 32.768Khz clock ~= 1msec */
 
 #define outport_byte(port,val) *((unsigned char volatile*)(port)) = (val)



More information about the vc mailing list