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:
4c87b94
)
i386: Fix K8/core2 oprofile on multiple CPUs
author
Andi Kleen
<ak@suse.de>
Mon, 21 May 2007 12:31:45 +0000
(14:31 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 21 May 2007 16:56:56 +0000
(09:56 -0700)
Only try to allocate MSRs once instead of for every CPU.
This assumes the MSRs are the same on all CPUs which is currently
true. P4-HT is a special case for different SMT threads, but the code
always saves/restores all MSRs so it works identical.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found