From: Sivaram Nair Date: Tue, 18 Dec 2012 12:52:54 +0000 (+0100) Subject: cpuidle / coupled: fix ready counter decrement X-Git-Tag: v3.8-rc3~9^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92638e2facc5330475c7d558acec77721c3214e4;p=pandora-kernel.git cpuidle / coupled: fix ready counter decrement The ready_waiting_counts atomic variable is compared against the wrong online cpu count. The latter is computed incorrectly using logical-OR instead of bit-OR. This patch fixes that. Signed-off-by: Sivaram Nair Acked-by: Santosh Shilimkar Acked-by: Colin Cross Cc: Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed