diff options
-rw-r--r-- | arch/x86/oprofile/nmi_int.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index 0b0d1d628207..4e8baad36d37 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c | |||
@@ -729,6 +729,9 @@ int __init op_nmi_init(struct oprofile_operations *ops) | |||
729 | case 0x12: | 729 | case 0x12: |
730 | cpu_type = "x86-64/family12h"; | 730 | cpu_type = "x86-64/family12h"; |
731 | break; | 731 | break; |
732 | case 0x14: | ||
733 | cpu_type = "x86-64/family14h"; | ||
734 | break; | ||
732 | default: | 735 | default: |
733 | return -ENODEV; | 736 | return -ENODEV; |
734 | } | 737 | } |