]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S
authorPaul Mackerras <paulus@samba.org>
Sun, 4 Nov 2012 18:17:28 +0000 (18:17 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Dec 2012 00:34:03 +0000 (01:34 +0100)
commiteec12559b29244e193af569f28fe8080aaec14ce
tree82bfb24c878b56efc5c891b2579f0dba7277ade6
parentd601ddc862cdeffed4b92f4d0fb8ca712d85d08f
KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S

The mask of MSR bits that get transferred from the guest MSR to the
shadow MSR included MSR_DE.  In fact that bit only exists on Book 3E
processors, and it is assigned the same bit used for MSR_BE on Book 3S
processors.  Since we already had MSR_BE in the mask, this just removes
MSR_DE.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_pr.c