ARM: 7862/1: pcpu: replace __get_cpu_var_uses
authorChristoph Lameter <cl@linux.com>
Mon, 21 Oct 2013 12:17:08 +0000 (13:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 29 Oct 2013 11:06:27 +0000 (11:06 +0000)
commit1436c1aa626d0bc0e35c5c5231127086e80ab24a
treedf8d5d0f892a502f3a5654745f539f3c6db4fe09
parent39792c7cf3111d69dc4aa0923859d8b929e9039f
ARM: 7862/1: pcpu: replace __get_cpu_var_uses

This is the ARM part of Christoph's patchset cleaning up the various
uses of __get_cpu_var across the tree.

The idea is to convert __get_cpu_var into either an explicit address
calculation using this_cpu_ptr() or into a use of this_cpu operations
that use the offset. Thereby address calculations are avoided and fewer
registers are used when code is generated.

[will: fixed debug ref counting checks and pcpu array accesses]

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/hw_breakpoint.c
arch/arm/kernel/kprobes.c
arch/arm/kernel/perf_event_cpu.c
arch/arm/kvm/arm.c
arch/arm64/kernel/debug-monitors.c
arch/arm64/kernel/hw_breakpoint.c
arch/arm64/kernel/perf_event.c