Re: [Xen-devel] [PATCH] x86/cpuidle: don't count C1 multiple times

2014-11-24 Thread Konrad Rzeszutek Wilk
On Mon, Nov 24, 2014 at 11:47:28AM +, Jan Beulich wrote: > Commit 4ca6f9f0 ("x86/cpuidle: publish new states only after fully > initializing them") resulted in the state counter to be incremented > for C1 despite that using a fixed table entry (and the statically > initialized counter value alr

[Xen-devel] [PATCH] x86/cpuidle: don't count C1 multiple times

2014-11-24 Thread Jan Beulich
Commit 4ca6f9f0 ("x86/cpuidle: publish new states only after fully initializing them") resulted in the state counter to be incremented for C1 despite that using a fixed table entry (and the statically initialized counter value already accounting for it and C0). Signed-off-by: Jan Beulich --- a/x