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:
38cb162
)
[IA64] sa_interrupt is deprecated
author
akpm@linux-foundation.org
<akpm@linux-foundation.org>
Wed, 9 May 2007 07:43:17 +0000
(
00:43
-0700)
committer
Tony Luck
<tony.luck@intel.com>
Wed, 9 May 2007 21:20:59 +0000
(14:20 -0700)
Seems more than just deprecated, we can't build using SA_INTERUPT.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/irq_ia64.c
patch
|
blob
|
history
diff --git
a/arch/ia64/kernel/irq_ia64.c
b/arch/ia64/kernel/irq_ia64.c
index dce5341303dea25ecb12777058df025d4be6601b..bc47049f060f6348e5bb0a19874d89da86b131f6 100644
(file)
--- a/
arch/ia64/kernel/irq_ia64.c
+++ b/
arch/ia64/kernel/irq_ia64.c
@@
-289,7
+289,7
@@
static struct irqaction resched_irqaction = {
static struct irqaction tlb_irqaction = {
.handler = dummy_handler,
- .flags =
SA_INTERRUPT
,
+ .flags =
IRQF_DISABLED
,
.name = "tlb_flush"
};