Re: [PATCH 05/12] perf_events: add LBR mappings forPERF_SAMPLE_BRANCH filters (v2)

From: Peter Zijlstra
Date: Mon Dec 05 2011 - 17:35:52 EST


On Fri, 2011-10-14 at 14:37 +0200, Stephane Eranian wrote:
> void intel_pmu_lbr_init_atom(void)
> {
> + /*
> + * only models starting at stepping 10 seems
> + * to have an operational LBR which can freeze
> + * on PMU interrupt
> + */
> + if (boot_cpu_data.x86_mask < 10) {
> + pr_cont("LBR disabled due to erratum");
> + return;
> + }

Shouldn't that be a separate patch?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/