KVM: x86: Issue smp_call_function_many with preemption disabled
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 1 Nov 2010 13:01:13 +0000 (14:01 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 5 Nov 2010 16:42:27 +0000 (14:42 -0200)
commit453d9c57e27b4401bc3e98906bcac31ae8be0165
tree53f56dd0d1001b0c78ebfda795cab7d1e0469e1d
parent97e69aa62f8b5d338d6cff49be09e37cc1262838
KVM: x86: Issue smp_call_function_many with preemption disabled

smp_call_function_many is specified to be called only with preemption
disabled. Fulfill this requirement.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/x86.c