diff options
-rw-r--r-- | arch/x86/oprofile/nmi_int.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index 57f6c9088081..1059f3fe6b1d 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c | |||
@@ -420,9 +420,6 @@ static int __init ppro_init(char **cpu_type) | |||
420 | case 15: case 23: | 420 | case 15: case 23: |
421 | *cpu_type = "i386/core_2"; | 421 | *cpu_type = "i386/core_2"; |
422 | break; | 422 | break; |
423 | case 26: | ||
424 | *cpu_type = "i386/core_2"; | ||
425 | break; | ||
426 | default: | 423 | default: |
427 | /* Unknown */ | 424 | /* Unknown */ |
428 | return 0; | 425 | return 0; |