[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1291922467.6803.44.camel@twins>
Date: Thu, 09 Dec 2010 20:21:07 +0100
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: Lin Ming <ming.m.lin@...el.com>
Cc: Stephane Eranian <eranian@...gle.com>,
Andi Kleen <andi@...stfloor.org>, Ingo Molnar <mingo@...e.hu>,
Frederic Weisbecker <fweisbec@...il.com>,
Arjan van de Ven <arjan@...radead.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [RFC PATCH 2/3 v3] perf: Implement Nehalem uncore pmu
On Thu, 2010-12-02 at 13:20 +0800, Lin Ming wrote:
> + /* Check CPUID signatures: 06_1AH, 06_1EH, 06_1FH */
> + family = boot_cpu_data.x86;
> + model = boot_cpu_data.x86_model;
> + if (family != 6 || (model != 0x1A && model != 0x1E && model != 0x1F))
> + return;
So that's 26, 30 and 31? Curiously
arch/x86/kernel/cpu/perf_event_intel.c does have 31.
Also, could you match the style from perf_event_intel.c?
--
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