From: Andi Kleen Date: Mon, 2 Apr 2007 10:14:12 +0000 (+0200) Subject: [PATCH] x86-64: Let oprofile reserve MSR on all CPUs X-Git-Tag: v2.6.21-rc6~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e07569e4e4e935b2cec18e9d94f131aecb2e40;p=pandora-kernel.git [PATCH] x86-64: Let oprofile reserve MSR on all CPUs The MSR reservation is per CPU and oprofile would only allocate them on the CPU it was initialized on. Change this to handle all CPUs. This also fixes a warning about unprotected use of smp_processor_id() in preemptible kernels. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed