diff options
-rw-r--r-- | arch/x86/oprofile/nmi_int.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index 1ba67dc8006a..f6b48f6c5951 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c | |||
@@ -668,6 +668,7 @@ static int __init ppro_init(char **cpu_type) | |||
668 | *cpu_type = "i386/core_2"; | 668 | *cpu_type = "i386/core_2"; |
669 | break; | 669 | break; |
670 | case 0x1a: | 670 | case 0x1a: |
671 | case 0x1e: | ||
671 | case 0x2e: | 672 | case 0x2e: |
672 | spec = &op_arch_perfmon_spec; | 673 | spec = &op_arch_perfmon_spec; |
673 | *cpu_type = "i386/core_i7"; | 674 | *cpu_type = "i386/core_i7"; |