From: Christoph Lameter Date: Tue, 15 Apr 2014 17:39:14 +0000 (-0500) Subject: percpu: Replace __get_cpu_var with this_cpu_ptr X-Git-Tag: omap-for-v3.16/fixes-against-rc1~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb9c293decf7e06795f7d9ae409df907c7ae1b6;p=pandora-kernel.git percpu: Replace __get_cpu_var with this_cpu_ptr __this_cpu_ptr is being phased out. Use raw_cpu_ptr instead which was introduced in 3.15-rc1. One case of using __get_cpu_var in the get_cpu_var macro for address calculation was remaining in include/linux/percpu.h. tj: Updated patch description. Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed