summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-13 15:44:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-29 11:06:06 +0200
commit10643e958ca51bb464ca74e7706c89863d9ec87e (patch)
treec58f6b99883a365513d3b71af5c5bc7a55fb574f /cpukit/score/include
parentsmp: Rely on BSS initialization (diff)
downloadrtems-10643e958ca51bb464ca74e7706c89863d9ec87e.tar.bz2
smp: Make CPU_ALLOCATE_INTERRUPT_STACK optional
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/percpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h
index 3e4712d43d..5469d25c5d 100644
--- a/cpukit/score/include/rtems/score/percpu.h
+++ b/cpukit/score/include/rtems/score/percpu.h
@@ -60,10 +60,6 @@ extern "C" {
typedef struct Thread_Control_struct Thread_Control;
#endif
-#if (CPU_ALLOCATE_INTERRUPT_STACK == FALSE) && defined(RTEMS_SMP)
- #error "RTEMS must allocate per CPU interrupt stack for SMP"
-#endif
-
typedef enum {
/**