From: Christoph Lameter Date: Sun, 17 Aug 2014 17:30:30 +0000 (-0500) Subject: drivers/cpuidle: Replace __get_cpu_var uses for address calculation X-Git-Tag: fixes-against-v3.18-rc2~65^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229b6863b2cf9514f08e468fea586bc195ebcf50;p=pandora-kernel.git drivers/cpuidle: Replace __get_cpu_var uses for address calculation All of these are for address calculation. Replace with this_cpu_ptr(). Cc: Daniel Lezcano Cc: linux-pm@vger.kernel.org Acked-by: Rafael J. Wysocki [cpufreq changes] Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed