git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3556ddf
)
[PATCH] x86-64: Let oprofile reserve MSR on all CPUs
author
Andi Kleen
<ak@suse.de>
Mon, 2 Apr 2007 10:14:12 +0000
(12:14 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Mon, 2 Apr 2007 10:14:12 +0000
(12:14 +0200)
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 <ak@suse.de>
No differences found