From: Alexey Dobriyan Signed-off-by: Alexey Dobriyan Cc: Ian Molton Signed-off-by: Andrew Morton --- include/asm-arm26/hardirq.h | 7 ------- 1 files changed, 7 deletions(-) diff -puN include/asm-arm26/hardirq.h~arm26-remove-irq_exit-from-hardirqh include/asm-arm26/hardirq.h --- devel/include/asm-arm26/hardirq.h~arm26-remove-irq_exit-from-hardirqh 2006-01-18 20:24:52.000000000 -0800 +++ devel-akpm/include/asm-arm26/hardirq.h 2006-01-18 20:24:52.000000000 -0800 @@ -27,13 +27,6 @@ typedef struct { extern asmlinkage void __do_softirq(void); -#define irq_exit() \ - do { \ - preempt_count() -= IRQ_EXIT_OFFSET; \ - if (!in_interrupt() && local_softirq_pending()) \ - __do_softirq(); \ - preempt_enable_no_resched(); \ - } while (0) #endif _