From: Adrian Bunk Date: Sat, 10 Sep 2005 07:26:55 +0000 (-0700) Subject: [PATCH] include/asm-arm26/hardirq.h: remove #define irq_enter() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f8e38dde33b839bb9e9f98e88688bfac1811d57a;p=mv-sheeva.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-arm26/hardirq.h b/include/asm-arm26/hardirq.h index 791ee1da9bf..dc28daab8aa 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);