public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] support Model-30 Corei7 in Oprofile
@ 2010-05-04  4:09 nick black
  0 siblings, 0 replies; only message in thread
From: nick black @ 2010-05-04  4:09 UTC (permalink / raw)
  To: Robert Richter, oprofile-list
  Cc: Andrew Morton, Linus Torvalds, Nate Clark, trivial

Howdy! OProfile doesn't recognize my QM720 Core i7. It knows about Model 26,
but not Model 30. This one-liner, taken against 2.6.34-rc6, addresses that.

Signed-off-by: Nick Black <nickblack@acm.org>
---
I sent a very similar patch to DynamoRIO this weekend. Not many Model-30's
in use yet?

diff -uprN linux-2.6.34-rc6/arch/x86/oprofile/nmi_int.c /home/dank/local/linux-2.6.34-rc6//arch/x86/oprofile/nmi_int.c
--- linux-2.6.34-rc6/arch/x86/oprofile/nmi_int.c	2010-04-29 23:02:05.000000000 -0400
+++ /home/dank/local/linux-2.6.34-rc6//arch/x86/oprofile/nmi_int.c	2010-05-03 23:46:51.018835896 -0400
@@ -601,6 +601,7 @@ static int __init ppro_init(char **cpu_t
 		break;
 	case 0x2e:
 	case 26:
+	case 30:
 		spec = &op_arch_perfmon_spec;
 		*cpu_type = "i386/core_i7";
 		break;

-- 
                                       Nick Black <nickblack@linux.com>
                                  Grad student, GT College of Computing
                    "np: the class of dashed hopes, and idle dreams..."

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-04  4:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04  4:09 [PATCH] support Model-30 Corei7 in Oprofile nick black

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox