提交 0679b75e 编写于 作者: A Alexey Dobriyan 提交者: Linus Torvalds

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

Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
Acked-by: NIan Molton <spyro@f2s.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 19f03f75
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册