diff options
Diffstat (limited to 'arch/blackfin/include/asm/irqflags.h')
-rw-r--r-- | arch/blackfin/include/asm/irqflags.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/blackfin/include/asm/irqflags.h b/arch/blackfin/include/asm/irqflags.h index 994d76791016..41c4d70544ef 100644 --- a/arch/blackfin/include/asm/irqflags.h +++ b/arch/blackfin/include/asm/irqflags.h | |||
@@ -218,16 +218,4 @@ static inline void hard_local_irq_restore(unsigned long flags) | |||
218 | 218 | ||
219 | 219 | ||
220 | #endif /* !CONFIG_IPIPE */ | 220 | #endif /* !CONFIG_IPIPE */ |
221 | |||
222 | /* | ||
223 | * Raw interface to linux/irqflags.h. | ||
224 | */ | ||
225 | #define raw_local_save_flags(flags) do { (flags) = arch_local_save_flags(); } while (0) | ||
226 | #define raw_local_irq_save(flags) do { (flags) = arch_local_irq_save(); } while (0) | ||
227 | #define raw_local_irq_restore(flags) arch_local_irq_restore(flags) | ||
228 | #define raw_local_irq_enable() arch_local_irq_enable() | ||
229 | #define raw_local_irq_disable() arch_local_irq_disable() | ||
230 | #define raw_irqs_disabled_flags(flags) arch_irqs_disabled_flags(flags) | ||
231 | #define raw_irqs_disabled() arch_irqs_disabled() | ||
232 | |||
233 | #endif | 221 | #endif |