[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110113235503.GY4739@erda.amd.com>
Date: Fri, 14 Jan 2011 00:55:03 +0100
From: Robert Richter <robert.richter@....com>
To: Andi Kleen <andi@...stfloor.org>
CC: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
"x86@...nel.org" <x86@...nel.org>,
"oprofile-list@...ts.sf.net" <oprofile-list@...ts.sf.net>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Shawn Bohrer <sbohrer@...advisors.com>
Subject: Re: [PATCH] oprofile: Add support for missing Intel core i7 models
On 13.01.11 17:38:11, Shawn Bohrer wrote:
> 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@...advisors.com>
Andi,
please ACK.
Thanks,
-Robert
> ---
> 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
>
>
--
Advanced Micro Devices, Inc.
Operating System Research Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists