x86: I/O APIC: remove redundant LVT0 masking
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 27 May 2008 20:19:28 +0000 (21:19 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 07:13:03 +0000 (09:13 +0200)
commit6b4722a7779ebadcf016fd96ce3156b6acda8a31
tree59cdeaf8775df47b077247f44b0323d4903fca54
parent80d16bace63e057d30337e48d70aef0881656457
x86: I/O APIC: remove redundant LVT0 masking

The LINT0 line of the local APIC is masked in the LVT0 entry in
check_timer() before this function is ever called.  Removed the
redundant unmasking for better control.

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