projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34942f
)
Add IRQF_IRQPOLL flag on IA64
author
Bernhard Walle
<
[email protected]
>
Tue, 8 May 2007 07:35:31 +0000
(
00:35
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 8 May 2007 18:15:22 +0000
(11:15 -0700)
Add IRQF_IRQPOLL for the timer interrupt on IA64.
Signed-off-by: Bernhard Walle <
[email protected]
>
Cc: "Luck, Tony" <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc: Alan Cox <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/ia64/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/ia64/kernel/time.c
b/arch/ia64/kernel/time.c
index 39e0cd3a0884e84e1c60b279a8090e6bfb611cd0..a06667c7acc0272ba492ef7a11c99fd90046d602 100644
(file)
--- a/
arch/ia64/kernel/time.c
+++ b/
arch/ia64/kernel/time.c
@@
-235,7
+235,7
@@
ia64_init_itm (void)
static struct irqaction timer_irqaction = {
.handler = timer_interrupt,
- .flags = IRQF_DISABLED,
+ .flags = IRQF_DISABLED
| IRQF_IRQPOLL
,
.name = "timer"
};