diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/kernel/io_apic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 6c938c60fa3b..fd1e7c36dc23 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c | |||
@@ -1307,7 +1307,8 @@ void disable_IO_APIC(void) | |||
1307 | entry.dest_mode = 0; /* Physical */ | 1307 | entry.dest_mode = 0; /* Physical */ |
1308 | entry.delivery_mode = dest_ExtINT; /* ExtInt */ | 1308 | entry.delivery_mode = dest_ExtINT; /* ExtInt */ |
1309 | entry.vector = 0; | 1309 | entry.vector = 0; |
1310 | entry.dest.physical.physical_dest = 0; | 1310 | entry.dest.physical.physical_dest = |
1311 | GET_APIC_ID(apic_read(APIC_ID)); | ||
1311 | 1312 | ||
1312 | /* | 1313 | /* |
1313 | * Add it to the IO-APIC irq-routing table: | 1314 | * Add it to the IO-APIC irq-routing table: |