瀏覽代碼

[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>
akpm@linux-foundation.org 18 年之前
父節點
當前提交
5329571b3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/ia64/kernel/irq_ia64.c

+ 1 - 1
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"
 };