From: Paul Mackerras Date: Sun, 4 Nov 2012 18:17:28 +0000 (+0000) Subject: KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~27^2~5^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2e7b0d761ae3faecdb43482d178b5fe2e3b8a5;p=pandora-kernel.git 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 Signed-off-by: Alexander Graf --- Reading git-diff-tree failed