Re: [PATCH 7/7] perf, x86: Implement 64 bit counter support for IBS

From: Peter Zijlstra
Date: Tue Aug 02 2011 - 07:38:02 EST


On Thu, 2011-07-28 at 15:46 +0200, Robert Richter wrote:
> + /*
> + * Emulate IbsOpCurCnt in MSRC001_1033 (IbsOpCtl), not
> + * supported in all cpus. As this triggered an interrupt, we
> + * set the current count to the max count.
> + */
> + config = buffer[0];
> + if (perf_ibs == &perf_ibs_op) {
> + config &= ~IBS_OP_CUR_CNT;
> + config |= (config & IBS_OP_MAX_CNT) << 36;
> + }

Shouldn't that be conditional on capability muck?
--
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/