aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/kernel/nmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/nmi.c b/arch/x86_64/kernel/nmi.c
index d9867de6a626..6ec5217f4b73 100644
--- a/arch/x86_64/kernel/nmi.c
+++ b/arch/x86_64/kernel/nmi.c
@@ -336,7 +336,7 @@ void setup_apic_nmi_watchdog(void)
336{ 336{
337 switch (boot_cpu_data.x86_vendor) { 337 switch (boot_cpu_data.x86_vendor) {
338 case X86_VENDOR_AMD: 338 case X86_VENDOR_AMD:
339 if (boot_cpu_data.x86 < 6) 339 if (boot_cpu_data.x86 != 15)
340 return; 340 return;
341 if (strstr(boot_cpu_data.x86_model_id, "Screwdriver")) 341 if (strstr(boot_cpu_data.x86_model_id, "Screwdriver"))
342 return; 342 return;