diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/io_apic_32.c | 3 | ||||
-rw-r--r-- | arch/x86/kernel/io_apic_64.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/io_apic_32.c b/arch/x86/kernel/io_apic_32.c index 6e743ecf863b..51e5519ee1a7 100644 --- a/arch/x86/kernel/io_apic_32.c +++ b/arch/x86/kernel/io_apic_32.c | |||
@@ -1310,9 +1310,6 @@ static void __init setup_ExtINT_IRQ0_pin(unsigned int apic, unsigned int pin, in | |||
1310 | 1310 | ||
1311 | memset(&entry,0,sizeof(entry)); | 1311 | memset(&entry,0,sizeof(entry)); |
1312 | 1312 | ||
1313 | /* mask LVT0 */ | ||
1314 | apic_write_around(APIC_LVT0, APIC_LVT_MASKED | APIC_DM_EXTINT); | ||
1315 | |||
1316 | /* | 1313 | /* |
1317 | * We use logical delivery to get the timer IRQ | 1314 | * We use logical delivery to get the timer IRQ |
1318 | * to the first CPU. | 1315 | * to the first CPU. |
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. |