From: Rusty Russell Date: Fri, 20 Feb 2009 07:29:08 +0000 (+0900) Subject: alloc_percpu: change percpu_ptr to per_cpu_ptr X-Git-Tag: v2.6.30-rc1~2^2~50^2~19^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36128c830a8f5bd7d4981f5b0b69950f5928ee6;p=pandora-kernel.git 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 Cc: mingo@redhat.com Cc: lenb@kernel.org Cc: cpufreq@vger.kernel.org Signed-off-by: Tejun Heo --- Reading git-diff-tree failed