From 6a4efc55dc8838527b9cabfaa2e03711f3ee6767 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Fri, 8 Jan 2016 16:16:18 -0500 Subject: i386: remove redundant CPP defines --- cpukit/score/cpu/i386/rtems/score/interrupts.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/score/cpu/i386/rtems/score/interrupts.h') 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 -- cgit v1.2.3