| Kernel v2.4.14 /arch/i386/kernel/apic.c |
|---|
 2.4.14
 arch
 i386
 kernel
 apic.c
diff -u --recursive --new-file v2.4.13/linux/arch/i386/kernel/apic.c linux/arch/i386/kernel/apic.c
--- v2.4.13/linux/arch/i386/kernel/apic.c Tue Oct 9 17:06:51 2001
+++ linux/arch/i386/kernel/apic.c Sat Oct 27 15:39:24 2001
@@ -588,6 +588,7 @@
goto no_apic;
case X86_VENDOR_INTEL:
if (boot_cpu_data.x86 == 6 ||
+ (boot_cpu_data.x86 == 15 && cpu_has_apic) ||
(boot_cpu_data.x86 == 5 && cpu_has_apic))
break;
goto no_apic;
|