Skip to content

Commit

Permalink
[PATCH] arm26: remove irq_exit() from hardirq.h
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 1, 2006
1 parent 19f03f7 commit 0679b75
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/asm-arm26/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 0679b75

Please sign in to comment.