lkml.org 
[lkml]   [2010]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [RFC PATCH 2/3 v3] perf: Implement Nehalem uncore pmu
From
Date
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?


\
 
 \ /
  Last update: 2010-12-09 20:23    [W:0.247 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site