oprofile: add support for Intel processor model 30
[sfrench/cifs-2.6.git] / arch / x86 / oprofile / nmi_int.c
index 1ba67dc8006ab700170afb6964954c33c5705591..f6b48f6c595176a59c8e2fe5fa145bc11acca118 100644 (file)
@@ -668,6 +668,7 @@ static int __init ppro_init(char **cpu_type)
                *cpu_type = "i386/core_2";
                break;
        case 0x1a:
+       case 0x1e:
        case 0x2e:
                spec = &op_arch_perfmon_spec;
                *cpu_type = "i386/core_i7";