projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f03f7
)
[PATCH] arm26: remove irq_exit() from hardirq.h
author
Alexey Dobriyan
<adobriyan@gmail.com>
Wed, 1 Feb 2006 11:06:17 +0000
(
03:06
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:21 +0000
(08:53 -0800)
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>
include/asm-arm26/hardirq.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-arm26/hardirq.h
b/include/asm-arm26/hardirq.h
index 9046c3c64a4325b55c7da30ffb231c5a311c788f..87c19d2bb6a8035df4c4f747f8214a76ad47f9b8 100644
(file)
--- a/
include/asm-arm26/hardirq.h
+++ b/
include/asm-arm26/hardirq.h
@@
-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