]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: x86: task switch: fix wrong bit setting for the busy flag
authorIzik Eidus <izike@qumranet.com>
Mon, 28 Apr 2008 15:23:52 +0000 (18:23 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 4 May 2008 11:44:43 +0000 (14:44 +0300)
commit3fe913e7c550a869e250d04c34410f7a6e263f7c
tree557f9a5011ea5440fd95e4fd41183bda204b270b
parent1439442c7b257b47a83aea4daed8fbf4a32cdff9
KVM: x86: task switch: fix wrong bit setting for the busy flag

The busy bit is bit 1 of the type field, not bit 8.

Signed-off-by: Izik Eidus <izike@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/x86.c