diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2008-05-27 16:19:28 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 03:13:03 -0400 |
commit | 6b4722a7779ebadcf016fd96ce3156b6acda8a31 (patch) | |
tree | 59cdeaf8775df47b077247f44b0323d4903fca54 /arch/x86/kernel/io_apic_64.c | |
parent | 80d16bace63e057d30337e48d70aef0881656457 (diff) |
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>
Diffstat (limited to 'arch/x86/kernel/io_apic_64.c')
-rw-r--r-- | arch/x86/kernel/io_apic_64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c index 83d4e117746b..565f19b01bf4 100644 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c | |||
@@ -906,9 +906,6 @@ static void __init setup_ExtINT_IRQ0_pin(unsigned int apic, unsigned int pin, in | |||
906 | 906 | ||
907 | memset(&entry, 0, sizeof(entry)); | 907 | memset(&entry, 0, sizeof(entry)); |
908 | 908 | ||
909 | /* mask LVT0 */ | ||
910 | apic_write(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT); | ||
911 | |||
912 | /* | 909 | /* |
913 | * We use logical delivery to get the timer IRQ | 910 | * We use logical delivery to get the timer IRQ |
914 | * to the first CPU. | 911 | * to the first CPU. |