]> git.baikalelectronics.ru Git - kernel.git/commit
xen: use this_cpu_xxx replace percpu_xxx funcs
authorAlex Shi <alex.shi@intel.com>
Fri, 13 Jan 2012 15:53:35 +0000 (23:53 +0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 24 Jan 2012 17:20:24 +0000 (12:20 -0500)
commit417ac3e2178aae3aaf0c308ddf02c33fcb13a6e6
tree6e0ecc6096fd174470e41e7d08fdee925f79964d
parent5a62ffb4f84ea76c5b0c370dd3e5268e879dc5ff
xen: use this_cpu_xxx replace percpu_xxx funcs

percpu_xxx funcs are duplicated with this_cpu_xxx funcs, so replace them
for further code clean up.

I don't know much of xen code. But, since the code is in x86 architecture,
the percpu_xxx is exactly same as this_cpu_xxx serials functions. So, the
change is safe.

Signed-off-by: Alex Shi <alex.shi@intel.com>
Acked-by: Christoph Lameter <cl@gentwo.org>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/enlighten.c
arch/x86/xen/irq.c
arch/x86/xen/mmu.c
arch/x86/xen/multicalls.h
arch/x86/xen/smp.c