From: Viresh Kumar Date: Tue, 24 Jun 2014 04:31:01 +0000 (+0530) Subject: sched/idle: Drop !! while calculating 'broadcast' X-Git-Tag: omap-for-v3.17/fixes-against-rc2~177^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89abb5ad10ae8ac3405e635ac80815f781c8b8e9;p=pandora-kernel.git sched/idle: Drop !! while calculating 'broadcast' We don't need 'broadcast' to be set to 'zero or one', but to 'zero or non-zero' and so the extra operation to convert it to 'zero or one' can be skipped. Also change type of 'broadcast' to unsigned int, i.e. type of drv->states[*].flags. Signed-off-by: Viresh Kumar Cc: linaro-kernel@lists.linaro.org Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/0dfbe2976aa108c53e08d3477ea90f6360c1f54c.1403584026.git.viresh.kumar@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed