Skip to content
Commit b36128c8 authored by Rusty Russell's avatar Rusty Russell Committed by Tejun Heo
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
Cc: mingo@redhat.com
Cc: lenb@kernel.org
Cc: cpufreq@vger.kernel.org
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 6b588c18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment