From: Christoph Lameter Date: Tue, 12 Jul 2011 11:35:57 +0000 (+0200) Subject: percpu: Fixup __this_cpu_xchg* operations X-Git-Tag: v3.1-rc1~306^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=688d3be815b1563b1484ce67702249a4a7a6314e;p=pandora-kernel.git percpu: Fixup __this_cpu_xchg* operations Somehow we got into a situation where the __this_cpu_xchg() operations were not defined in the same way as this_cpu_xchg() and friends. I had some build failures under 32 bit that were addressed by these fixes. Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed