From: Tejun Heo Date: Tue, 17 Jun 2014 23:12:34 +0000 (-0400) Subject: percpu: introduce arch_raw_cpu_ptr() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~191^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc344e1e3aef3034a0edc79f7f64a912517926b;p=pandora-kernel.git percpu: introduce arch_raw_cpu_ptr() Currently, archs can override raw_cpu_ptr() directly; however, we wanna build a layer of indirection in the generic part of percpu so that we can implement generic features there without affecting archs. Introduce arch_raw_cpu_ptr() which is used to define raw_cpu_ptr() by generic percpu code. The two are identical for now. x86 is currently the only arch which overrides raw_cpu_ptr() and is converted to define arch_raw_cpu_ptr() instead. This doesn't introduce any functional difference. Signed-off-by: Tejun Heo Cc: Christoph Lameter Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" --- Reading git-diff-tree failed