From: Tejun Heo Date: Tue, 17 Jun 2014 23:12:39 +0000 (-0400) Subject: percpu: use raw_cpu_*() to define __this_cpu_*() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~191^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cadb1c4db2d33e0a818f645cd1963a479dab91e2;p=pandora-kernel.git percpu: use raw_cpu_*() to define __this_cpu_*() __this_cpu_*() operations are the same as raw_cpu_*() operations except for the added __this_cpu_preempt_check(). Curiously, these were defined using __pcu_size_call_*() instead of being layered on top of raw_cpu_*(). Let's layer them so that __this_cpu_*() are defined in terms of raw_cpu_*(). It's simpler and less error-prone this way. This patch doesn't introduce any functional difference. Signed-off-by: Tejun Heo Acked-by: Christoph Lameter --- Reading git-diff-tree failed