aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic.c')
-rw-r--r--arch/x86/kernel/apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c
index 849c23009bf5..abfa0b641aea 100644
--- a/arch/x86/kernel/apic.c
+++ b/arch/x86/kernel/apic.c
@@ -1447,7 +1447,7 @@ static int __init detect_init_APIC(void)
1447 switch (boot_cpu_data.x86_vendor) { 1447 switch (boot_cpu_data.x86_vendor) {
1448 case X86_VENDOR_AMD: 1448 case X86_VENDOR_AMD:
1449 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) || 1449 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) ||
1450 (boot_cpu_data.x86 == 15)) 1450 (boot_cpu_data.x86 >= 15))
1451 break; 1451 break;
1452 goto no_apic; 1452 goto no_apic;
1453 case X86_VENDOR_INTEL: 1453 case X86_VENDOR_INTEL: