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:
2b7a52a
)
[PATCH] KVM: Use boot_cpu_data instead of current_cpu_data
author
Avi Kivity
<avi@qumranet.com>
Sat, 30 Dec 2006 00:49:34 +0000
(16:49 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Sat, 30 Dec 2006 18:56:43 +0000
(10:56 -0800)
current_cpu_data invokes smp_processor_id(), which is inadvisable when
preemption is enabled. Switch to boot_cpu_data instead.
Resolves sourceforge bug 1621401.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found