[PATCH 3/7] i386: remove redundant CPP defines
Gedare Bloom
gedare at rtems.org
Mon Feb 15 19:05:40 UTC 2016
---
cpukit/score/cpu/i386/rtems/score/interrupts.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/cpukit/score/cpu/i386/rtems/score/interrupts.h b/cpukit/score/cpu/i386/rtems/score/interrupts.h
index 5ae172a..9cf0c99 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
--
1.9.1
More information about the devel
mailing list