Skip to content

Commit

Permalink
[PATCH] include/asm-arm26/hardirq.h: remove #define irq_enter()
Browse files Browse the repository at this point in the history
This patch removes a #define for irq_enter that is superfluous due to a
similar one in include/linux/hardirq.h.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Sep 10, 2005
1 parent 338cec3 commit f8e38dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-arm26/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ typedef struct {
# error HARDIRQ_BITS is too low!
#endif

#define irq_enter() (preempt_count() += HARDIRQ_OFFSET)

#ifndef CONFIG_SMP

extern asmlinkage void __do_softirq(void);
Expand Down

0 comments on commit f8e38dd

Please sign in to comment.