[PATCH] arm26: remove irq_exit() from hardirq.h

From: Alexey Dobriyan
Date: Wed Jan 18 2006 - 15:38:35 EST


Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

include/asm-arm26/hardirq.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)

--- 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



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/