diff options
author | Avi Kivity <avi@qumranet.com> | 2006-12-30 01:49:34 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-30 19:56:43 +0100 |
commit | 1e885461f02259d75e7480a70d291d2d8aaa938e (patch) | |
tree | 775ae3f9cd24e5f428ffd7f225250f5c85450d00 /drivers/kvm/vmx.c | |
parent | [PATCH] Update CREDITS and MAINTAINERS entries for Lennert Buytenhek (diff) | |
download | linux-1e885461f02259d75e7480a70d291d2d8aaa938e.tar.xz linux-1e885461f02259d75e7480a70d291d2d8aaa938e.zip |
[PATCH] KVM: Use boot_cpu_data instead of current_cpu_data
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions