[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1312285040.1147.108.camel@twins>
Date: Tue, 02 Aug 2011 13:37:20 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Robert Richter <robert.richter@....com>
Cc: Ingo Molnar <mingo@...e.hu>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 7/7] perf, x86: Implement 64 bit counter support for IBS
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@...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