summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/score/interrupts.h
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2016-01-08 16:16:18 -0500
committerGedare Bloom <gedare@rtems.org>2016-03-03 16:36:30 -0500
commit6a4efc55dc8838527b9cabfaa2e03711f3ee6767 (patch)
tree12c486c34edc5dbb6f7f3da0101584dde7364cbd /cpukit/score/cpu/i386/rtems/score/interrupts.h
parenti386: move idle thread into BSP layer (diff)
downloadrtems-6a4efc55dc8838527b9cabfaa2e03711f3ee6767.tar.bz2
i386: remove redundant CPP defines
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/i386/rtems/score/interrupts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/score/cpu/i386/rtems/score/interrupts.h b/cpukit/score/cpu/i386/rtems/score/interrupts.h
index 5ae172a4f2..9cf0c99028 100644
--- a/cpukit/score/cpu/i386/rtems/score/interrupts.h
+++ b/cpukit/score/cpu/i386/rtems/score/interrupts.h
@@ -72,9 +72,6 @@ typedef int (*rtems_raw_irq_is_enabled) (const struct __rtems_raw_irq_connect_d
_level = (_eflags & EFLAGS_INTR_ENABLE) ? 0 : 1; \
} while (0)
-#define _CPU_ISR_Disable( _level ) i386_disable_interrupts( _level )
-#define _CPU_ISR_Enable( _level ) i386_enable_interrupts( _level )
-
/** @} */
#endif