From: Christoph Lameter Date: Wed, 4 Jun 2014 23:07:56 +0000 (-0700) Subject: mm: replace __get_cpu_var uses with this_cpu_ptr X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8e0181e6e0b8079c4c2ce902bf52d7a2c6fa5d;p=pandora-kernel.git mm: replace __get_cpu_var uses with this_cpu_ptr Replace places where __get_cpu_var() is used for an address calculation with this_cpu_ptr(). Signed-off-by: Christoph Lameter Cc: Tejun Heo Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed