diff options
author | Tejun Heo <tj@kernel.org> | 2014-06-17 19:12:39 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-06-17 19:12:39 -0400 |
commit | a32f8d8eda8bd49017ac5f88e2b859f1f582557f (patch) | |
tree | 8ef931b5060b802d41c8cafe8356b5d155a5f8d8 /crypto/proc.c | |
parent | 47b69ad673d9aa53c1d6032a6a522fc0ce8d6fc1 (diff) | |
download | blackbird-obmc-linux-a32f8d8eda8bd49017ac5f88e2b859f1f582557f.tar.gz blackbird-obmc-linux-a32f8d8eda8bd49017ac5f88e2b859f1f582557f.zip |
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 <tj@kernel.org>
Acked-by: Christoph Lameter <cl@linux.com>
Diffstat (limited to 'crypto/proc.c')
0 files changed, 0 insertions, 0 deletions