From: Robert Richter Date: Thu, 9 Jul 2009 14:29:34 +0000 (+0200) Subject: x86/oprofile: Use per_cpu() instead of __get_cpu_var() X-Git-Tag: v2.6.32-rc1~721^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a225283fb0d9438549595d9e6f3ecc42b42ad6;p=pandora-kernel.git x86/oprofile: Use per_cpu() instead of __get_cpu_var() __get_cpu_var() calls smp_processor_id(). When the cpu id is already known, instead use per_cpu() to avoid generating the id again. Signed-off-by: Robert Richter --- Reading git-diff-tree failed