[rtems commit] i386: remove redundant CPP defines

Gedare Bloom gedare at rtems.org
Thu Mar 3 21:43:04 UTC 2016


Module:    rtems
Branch:    master
Commit:    6a4efc55dc8838527b9cabfaa2e03711f3ee6767
Changeset: http://git.rtems.org/rtems/commit/?id=6a4efc55dc8838527b9cabfaa2e03711f3ee6767

Author:    Gedare Bloom <gedare at rtems.org>
Date:      Fri Jan  8 16:16:18 2016 -0500

i386: remove redundant CPP defines

---

 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



More information about the vc mailing list