KVM: Use CPU_DYING for disabling virtualization
authorAvi Kivity <avi@qumranet.com>
Thu, 24 May 2007 10:11:41 +0000 (13:11 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:51 +0000 (12:05 +0300)
Only at the CPU_DYING stage can we be sure that no user process will
be scheduled onto the cpu and oops when trying to use virtualization
extensions.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm_main.c

Simple merge