diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-17 17:47:04 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-12-17 18:13:22 +0300 |
commit | 403047754cf690b012369b8fb563b738b88086e6 (patch) | |
tree | d784465cb02ea3898094ad5aa83566fecb6c7046 /arch/x86/include/asm/uaccess_64.h | |
parent | 8f1d97c79eb65de1d05799d6b81d79cd94169114 (diff) | |
download | linux-403047754cf690b012369b8fb563b738b88086e6.tar.xz |
percpu,x86: relocate this_cpu_add_return() and friends
- include/linux/percpu.h: this_cpu_add_return() and friends were
located next to __this_cpu_add_return(). However, the overall
organization is to first group by preemption safeness. Relocate
this_cpu_add_return() and friends to preemption-safe area.
- arch/x86/include/asm/percpu.h: Relocate percpu_add_return_op() after
other more basic operations. Relocate [__]this_cpu_add_return_8()
so that they're first grouped by preemption safeness.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Christoph Lameter <cl@linux.com>
Diffstat (limited to 'arch/x86/include/asm/uaccess_64.h')
0 files changed, 0 insertions, 0 deletions