commit | 4305df947ca1fd52867c8d56837a4e6b1e33167c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Sep 28 15:01:33 2010 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 12 16:53:36 2010 +0200 |
tree | ccc0585f45f31fc34944267d6165eec38a5ed266 | |
parent | 020dd984d7c0792e8234f2e4b4fb0534fe750f9d [diff] [blame] |
x86: i8259: Convert to new irq_chip functions Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/apic/nmi.c b/arch/x86/kernel/apic/nmi.c index a43f71c..c90041c 100644 --- a/arch/x86/kernel/apic/nmi.c +++ b/arch/x86/kernel/apic/nmi.c
@@ -178,7 +178,7 @@ error: if (nmi_watchdog == NMI_IO_APIC) { if (!timer_through_8259) - legacy_pic->chip->mask(0); + legacy_pic->mask(0); on_each_cpu(__acpi_nmi_disable, NULL, 1); }