From eb24e12f67ee73a945ab6523123c63430222a97e Mon Sep 17 00:00:00 2001 From: Len Brown Date: Sun, 3 Jun 2012 23:34:44 -0400 Subject: [PATCH] --- yaml --- r: 310528 b: refs/heads/master c: 650a37f32d2bc16fa802075be579802bc4ec4132 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/power/x86/turbostat/turbostat.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2030b8055340..2a04c9f238e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d15cf7c129fa4ec4b44c52521e49ffafb9749029 +refs/heads/master: 650a37f32d2bc16fa802075be579802bc4ec4132 diff --git a/trunk/tools/power/x86/turbostat/turbostat.c b/trunk/tools/power/x86/turbostat/turbostat.c index d5d6a3dc9bac..16de7ad4850f 100644 --- a/trunk/tools/power/x86/turbostat/turbostat.c +++ b/trunk/tools/power/x86/turbostat/turbostat.c @@ -933,6 +933,8 @@ int is_snb(unsigned int family, unsigned int model) switch (model) { case 0x2A: case 0x2D: + case 0x3A: /* IVB */ + case 0x3D: /* IVB Xeon */ return 1; } return 0;