aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/oprofile/nmi_int.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c
index 3f90289410e6..33db99ab90c0 100644
--- a/arch/x86/oprofile/nmi_int.c
+++ b/arch/x86/oprofile/nmi_int.c
@@ -436,6 +436,10 @@ int __init op_nmi_init(struct oprofile_operations *ops)
436 model = &op_athlon_spec; 436 model = &op_athlon_spec;
437 cpu_type = "x86-64/family10"; 437 cpu_type = "x86-64/family10";
438 break; 438 break;
439 case 0x11:
440 model = &op_athlon_spec;
441 cpu_type = "x86-64/family11h";
442 break;
439 } 443 }
440 break; 444 break;
441 445