From: Alexey Dobriyan Date: Wed, 1 Feb 2006 11:06:17 +0000 (-0800) Subject: [PATCH] arm26: remove irq_exit() from hardirq.h X-Git-Tag: v2.6.16-rc2~61 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0679b75e5fb653fbf6691293e7fc45520abae1d7;p=linux-2.6-omap-h63xx.git [PATCH] arm26: remove irq_exit() from hardirq.h Signed-off-by: Alexey Dobriyan Acked-by: Ian Molton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-arm26/hardirq.h b/include/asm-arm26/hardirq.h index 9046c3c64a4..87c19d2bb6a 100644 --- a/include/asm-arm26/hardirq.h +++ b/include/asm-arm26/hardirq.h @@ -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