diff options
author | akpm@linux-foundation.org <akpm@linux-foundation.org> | 2007-05-09 00:43:17 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-05-09 14:20:59 -0700 |
commit | 5329571b3c978635f6d832cc884fdd61ff94e0da (patch) | |
tree | 67c0d1e2c44abdc45a2e021b60d22019c1ad1fb4 /arch | |
parent | 38cb162b7585d837083b8365da1eb32687c5164c (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.c | 2 |
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 = { static struct irqaction tlb_irqaction = { .handler = dummy_handler, - .flags = SA_INTERRUPT, + .flags = IRQF_DISABLED, .name = "tlb_flush" }; |