From: Tejun Heo Date: Tue, 17 Jun 2014 23:12:39 +0000 (-0400) Subject: percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~191^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32f8d8eda8bd49017ac5f88e2b859f1f582557f;p=pandora-kernel.git percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.h We're in the process of moving all percpu accessors and operations to include/linux/percpu-defs.h so that they're available to arch headers without having to include full include/linux/percpu.h which may cause cyclic inclusion dependency. This patch moves {raw|this}_cpu_*() definitions from include/linux/percpu.h to include/linux/percpu-defs.h. The code is moved mostly verbatim; however, raw_cpu_*() are placed above this_cpu_*() which is more conventional as the raw operations may be used to defined other variants. This is pure reorganization. Signed-off-by: Tejun Heo Acked-by: Christoph Lameter --- Reading git-diff-tree failed