alloc_percpu: change percpu_ptr to per_cpu_ptr
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 20 Feb 2009 07:29:08 +0000 (16:29 +0900)
committerTejun Heo <tj@kernel.org>
Fri, 20 Feb 2009 07:29:08 +0000 (16:29 +0900)
commitb36128c830a8f5bd7d4981f5b0b69950f5928ee6
treec1cec2c2b374b53372ab2e0592321aae9f5ba245
parent6b588c18f8dacfa6d7957c33c5ff832096e752d3
alloc_percpu: change percpu_ptr to per_cpu_ptr

Impact: cleanup

There are two allocated per-cpu accessor macros with almost identical
spelling.  The original and far more popular is per_cpu_ptr (44
files), so change over the other 4 files.

tj: kill percpu_ptr() and update UP too

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: mingo@redhat.com
Cc: lenb@kernel.org
Cc: cpufreq@vger.kernel.org
Signed-off-by: Tejun Heo <tj@kernel.org>
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
drivers/acpi/processor_perflib.c
include/linux/percpu.h
kernel/sched.c
kernel/stop_machine.c