From: Christoph Lameter Date: Sun, 17 Aug 2014 17:30:25 +0000 (-0500) Subject: time: Replace __get_cpu_var uses X-Git-Tag: fixes-against-v3.18-rc2~65^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22127e93c587afa01e4f7225d2d1cf1d26ae7dfe;p=pandora-kernel.git time: Replace __get_cpu_var uses Convert uses of __get_cpu_var for creating a address from a percpu offset to this_cpu_ptr. The two cases where get_cpu_var is used to actually access a percpu variable are changed to use this_cpu_read/raw_cpu_read. Reviewed-by: Thomas Gleixner Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed