summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cesar/ecos/packages/hal/sparc/arch/current/include/hal_intr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/ecos/packages/hal/sparc/arch/current/include/hal_intr.h b/cesar/ecos/packages/hal/sparc/arch/current/include/hal_intr.h
index 8f013d0d7f..53491b8811 100644
--- a/cesar/ecos/packages/hal/sparc/arch/current/include/hal_intr.h
+++ b/cesar/ecos/packages/hal/sparc/arch/current/include/hal_intr.h
@@ -77,9 +77,11 @@
#ifdef CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK
+#if 0 /* This makes the system crachs, to be investigated. */
externC void hal_interrupt_stack_call_pending_DSRs(void);
#define HAL_INTERRUPT_STACK_CALL_PENDING_DSRS() \
hal_interrupt_stack_call_pending_DSRs()
+#endif
// these are offered solely for stack usage testing
// if they are not defined, then there is no interrupt stack.