summaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/hardirq.h
diff options
context:
space:
mode:
authorAdrian Bunk2005-09-10 09:26:55 +0200
committerLinus Torvalds2005-09-10 19:06:30 +0200
commitf8e38dde33b839bb9e9f98e88688bfac1811d57a (patch)
treebc0e5e75441a10544b6964312f5a297918191c53 /include/asm-arm26/hardirq.h
parent[PATCH] merge some from Rusty's trivial patches (diff)
downloadkernel-qcow2-linux-f8e38dde33b839bb9e9f98e88688bfac1811d57a.tar.gz
kernel-qcow2-linux-f8e38dde33b839bb9e9f98e88688bfac1811d57a.tar.xz
kernel-qcow2-linux-f8e38dde33b839bb9e9f98e88688bfac1811d57a.zip
[PATCH] include/asm-arm26/hardirq.h: remove #define irq_enter()
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>
Diffstat (limited to 'include/asm-arm26/hardirq.h')
-rw-r--r--include/asm-arm26/hardirq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm26/hardirq.h b/include/asm-arm26/hardirq.h
index 791ee1da9bfa..dc28daab8aa8 100644
--- a/include/asm-arm26/hardirq.h
+++ b/include/asm-arm26/hardirq.h
@@ -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);