From: Tejun Heo Date: Tue, 17 Jun 2014 23:12:34 +0000 (-0400) Subject: percpu: move accessors from include/linux/percpu.h to percpu-defs.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~191^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9defda18f913181debfe7cdc8c0a752f707ac861;p=pandora-kernel.git percpu: move accessors from include/linux/percpu.h to percpu-defs.h include/linux/percpu-defs.h is gonna host all accessors and operations so that arch headers can make use of them too without worrying about circular dependency through include/linux/percpu.h. This patch moves the following accessors from include/linux/percpu.h to include/linux/percpu-defs.h. * get/put_cpu_var() * get/put_cpu_ptr() * per_cpu_ptr() This is pure reorgniazation. Signed-off-by: Tejun Heo Acked-by: Christoph Lameter --- Reading git-diff-tree failed