From: Tejun Heo Date: Thu, 29 Oct 2009 13:34:13 +0000 (+0900) Subject: percpu: make percpu symbols in oprofile unique X-Git-Tag: v2.6.33-rc1~288^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e9f672b6cd0f4c2982c1bcc0b3c3fb39d3b0fe;p=pandora-kernel.git percpu: make percpu symbols in oprofile unique This patch updates percpu related symbols in oprofile such that percpu symbols are unique and don't clash with local symbols. This serves two purposes of decreasing the possibility of global percpu symbol collision and allowing dropping per_cpu__ prefix from percpu symbols. * drivers/oprofile/cpu_buffer.c: s/cpu_buffer/op_cpu_buffer/ Partly based on Rusty Russell's "alloc_percpu: rename percpu vars which cause name clashes" patch. Signed-off-by: Tejun Heo Acked-by: Robert Richter Cc: Rusty Russell --- Reading git-diff-tree failed