projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
338cec3
)
[PATCH] include/asm-arm26/hardirq.h: remove #define irq_enter()
author
Adrian Bunk
<bunk@stusta.de>
Sat, 10 Sep 2005 07:26:55 +0000
(
00:26
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:30 +0000
(10:06 -0700)
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>
include/asm-arm26/hardirq.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-arm26/hardirq.h
b/include/asm-arm26/hardirq.h
index 791ee1da9bfa0f81a0e320c872a1fbebe520a81d..dc28daab8aa8d7786fa619facc0116480c33858e 100644
(file)
--- 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);