percpu: remove percpu_xxx() functions
authorAlex Shi <alex.shi@intel.com>
Mon, 14 May 2012 21:15:32 +0000 (14:15 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 14 May 2012 21:15:32 +0000 (14:15 -0700)
Remove percpu_xxx serial functions, all of them were replaced by
this_cpu_xxx or __this_cpu_xxx serial functions

Signed-off-by: Alex Shi <alex.shi@intel.com>
Acked-by: Christoph Lameter <cl@gentwo.org>
Acked-by: Tejun Heo <tj@kernel.org>
Acked-by: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found