public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] oprofile: Add support for missing Intel core i7 models
@ 2011-01-13 22:38 Shawn Bohrer
  2011-01-13 23:55 ` Robert Richter
  0 siblings, 1 reply; 7+ messages in thread
From: Shawn Bohrer @ 2011-01-13 22:38 UTC (permalink / raw)
  To: Robert Richter
  Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86, oprofile-list,
	linux-kernel, Shawn Bohrer

Added missing core i7 models found in "Intel 64 and IA-32 Architectures
Software Developer's Manual Volume 3B: System Programming Guide",
Table B-1.  Tested with oprofile 0.9.6 on a:

model      : 44
model name : Intel(R) Xeon(R) CPU           X5680  @ 3.33GHz

Signed-off-by: Shawn Bohrer <sbohrer@rgmadvisors.com>
---
 arch/x86/oprofile/nmi_int.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c
index e2b7b0c..1523313 100644
--- a/arch/x86/oprofile/nmi_int.c
+++ b/arch/x86/oprofile/nmi_int.c
@@ -678,6 +678,9 @@ static int __init ppro_init(char **cpu_type)
 		break;
 	case 0x1a:
 	case 0x1e:
+	case 0x1f:
+	case 0x25:
+	case 0x2c:
 	case 0x2e:
 		spec = &op_arch_perfmon_spec;
 		*cpu_type = "i386/core_i7";
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-17 14:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 22:38 [PATCH] oprofile: Add support for missing Intel core i7 models Shawn Bohrer
2011-01-13 23:55 ` Robert Richter
2011-01-14  0:24   ` Andi Kleen
2011-01-14  2:29     ` Robert Richter
2011-01-14 15:20       ` Maynard Johnson
2011-01-14 23:43       ` Andi Kleen
2011-01-17 14:52         ` William Cohen

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