aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorakpm@linux-foundation.org <akpm@linux-foundation.org>2007-05-09 03:43:17 -0400
committerTony Luck <tony.luck@intel.com>2007-05-09 17:20:59 -0400
commit5329571b3c978635f6d832cc884fdd61ff94e0da (patch)
tree67c0d1e2c44abdc45a2e021b60d22019c1ad1fb4 /arch
parent38cb162b7585d837083b8365da1eb32687c5164c (diff)
[IA64] sa_interrupt is deprecated
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/kernel/irq_ia64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/irq_ia64.c b/arch/ia64/kernel/irq_ia64.c
index dce5341303de..bc47049f060f 100644
--- a/arch/ia64/kernel/irq_ia64.c
+++ b/arch/ia64/kernel/irq_ia64.c
@@ -289,7 +289,7 @@ static struct irqaction resched_irqaction = {
289 289
290static struct irqaction tlb_irqaction = { 290static struct irqaction tlb_irqaction = {
291 .handler = dummy_handler, 291 .handler = dummy_handler,
292 .flags = SA_INTERRUPT, 292 .flags = IRQF_DISABLED,
293 .name = "tlb_flush" 293 .name = "tlb_flush"
294}; 294};
295 295