From: Christoph Lameter Date: Mon, 21 Oct 2013 12:17:08 +0000 (+0100) Subject: ARM: 7862/1: pcpu: replace __get_cpu_var_uses X-Git-Tag: v3.13-rc1~103^2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1436c1aa626d0bc0e35c5c5231127086e80ab24a;p=pandora-kernel.git ARM: 7862/1: pcpu: replace __get_cpu_var_uses This is the ARM part of Christoph's patchset cleaning up the various uses of __get_cpu_var across the tree. The idea is to convert __get_cpu_var into either an explicit address calculation using this_cpu_ptr() or into a use of this_cpu operations that use the offset. Thereby address calculations are avoided and fewer registers are used when code is generated. [will: fixed debug ref counting checks and pcpu array accesses] Acked-by: Catalin Marinas Signed-off-by: Christoph Lameter Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed