From: Tejun Heo Date: Tue, 17 Jun 2014 23:12:39 +0000 (-0400) Subject: percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/percpu.h X-Git-Tag: cleanup-for-v3.18~150^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47b69ad673d9aa53c1d6032a6a522fc0ce8d6fc1;p=pandora-kernel.git percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/percpu.h {raw|this}_cpu_*_N() operations are expected to be provided by archs and the generic definitions are provided as fallbacks. As such, these firmly belong to include/asm-generic/percpu.h. Move the generic definitions to include/asm-generic/percpu.h. The code is moved mostly verbatim; however, raw_cpu_*_N() are placed above this_cpu_*_N() 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