[rtems commit] virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE

Joel Sherrill joel at rtems.org
Thu Nov 3 17:50:55 UTC 2016


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

Author:    Tim Cussins <timcussins at eml.cc>
Date:      Thu Nov  3 12:49:12 2016 -0500

virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE

closes #2801.

---

 c/src/lib/libbsp/powerpc/virtex4/include/bsp.h | 2 +-
 c/src/lib/libbsp/powerpc/virtex5/include/bsp.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
index f21ebd4..67bf6c6 100644
--- a/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex4/include/bsp.h
@@ -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 */
diff --git a/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h b/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
index 200b16f..b0df844 100644
--- a/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/virtex5/include/bsp.h
@@ -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 */




More information about the vc mailing list