diff options
Diffstat (limited to 'include/asm-arm26/hardirq.h')
-rw-r--r-- | include/asm-arm26/hardirq.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-arm26/hardirq.h b/include/asm-arm26/hardirq.h index 9046c3c64a43..87c19d2bb6a8 100644 --- a/include/asm-arm26/hardirq.h +++ b/include/asm-arm26/hardirq.h | |||
@@ -27,13 +27,6 @@ typedef struct { | |||
27 | 27 | ||
28 | extern asmlinkage void __do_softirq(void); | 28 | extern asmlinkage void __do_softirq(void); |
29 | 29 | ||
30 | #define irq_exit() \ | ||
31 | do { \ | ||
32 | preempt_count() -= IRQ_EXIT_OFFSET; \ | ||
33 | if (!in_interrupt() && local_softirq_pending()) \ | ||
34 | __do_softirq(); \ | ||
35 | preempt_enable_no_resched(); \ | ||
36 | } while (0) | ||
37 | #endif | 30 | #endif |
38 | 31 | ||
39 | 32 | ||