From: Avi Kivity Date: Wed, 6 Jan 2010 11:13:01 +0000 (+0200) Subject: KVM: SVM: Fix SVM_CR0_SELECTIVE_MASK X-Git-Tag: v2.6.34-rc1~193^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc77270f960a8b3cc39a6349a9fad58cc6053d53;p=pandora-kernel.git KVM: SVM: Fix SVM_CR0_SELECTIVE_MASK Instead of selecting TS and MP as the comments say, the macro included TS and PE. Luckily the macro is unused now, but fix in order to save a few hours of debugging from anyone who attempts to use it. Acked-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed