Commit 0d2b5490 authored by Ingo Molnar's avatar Ingo Molnar

Merge branch 'urgent' of...

Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent
parents 05ed160e c33f543d
...@@ -671,7 +671,9 @@ static int __init ppro_init(char **cpu_type) ...@@ -671,7 +671,9 @@ static int __init ppro_init(char **cpu_type)
case 14: case 14:
*cpu_type = "i386/core"; *cpu_type = "i386/core";
break; break;
case 15: case 23: case 0x0f:
case 0x16:
case 0x17:
*cpu_type = "i386/core_2"; *cpu_type = "i386/core_2";
break; break;
case 0x1a: case 0x1a:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment