From: Christoph Lameter Date: Sun, 17 Aug 2014 17:30:27 +0000 (-0500) Subject: scheduler: Replace __get_cpu_var with this_cpu_ptr X-Git-Tag: fixes-against-v3.18-rc2~65^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a32fea9d78f2d2315c0072757b197d5a304dc8b;p=pandora-kernel.git scheduler: Replace __get_cpu_var with this_cpu_ptr Convert all uses of __get_cpu_var for address calculation to use this_cpu_ptr instead. [Uses of __get_cpu_var with cpumask_var_t are no longer handled by this patch] Cc: Peter Zijlstra Acked-by: Ingo Molnar Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed