x86: I/O APIC: remove an IRQ2-mask hack
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 13 Jul 2008 02:29:42 +0000 (03:29 +0100)
committerIngo Molnar <mingo@elte.hu>
Sun, 13 Jul 2008 09:43:48 +0000 (11:43 +0200)
commitce8b06b985ae48f9425de6e4641e77cb3613ef00
tree5aa88135a3b65118a48b8615d5eec50f633044d4
parent3d88cca7085cffce077f808f36551e9050eb9e3a
x86: I/O APIC: remove an IRQ2-mask hack

Now that IRQ2 is never made available to the I/O APIC, there is no need
to special-case it and mask as a workaround for broken systems.  Actually,
because of the former, mask_IO_APIC_irq(2) is a no-op already.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Andreas Herrmann <andreas.herrmann3@amd.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c
include/asm-x86/genapic_32.h
include/asm-x86/genapic_64.h