x86: I/O APIC: remove redundant 8259A {,un}masking
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 27 May 2008 20:19:22 +0000 (21:19 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 07:13:02 +0000 (09:13 +0200)
commit80d16bace63e057d30337e48d70aef0881656457
tree76cede6b68474755fa257758c17c784164d80b53
parentf08252623c7981f5cea70e4fab4983a94fc52212
x86: I/O APIC: remove redundant 8259A {,un}masking

For a better control the masking and unmasking of the timer interrupt
line in the 8259A operating in the 'Virtual Wire' mode has been moved out
of setup_ExtINT_IRQ0_pin() now, so remove the redundant calls from the
function.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c