]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/kvm/svm.h
KVM: Portability: Move x86 instruction emulation code to x86.c
[linux-2.6-omap-h63xx.git] / drivers / kvm / svm.h
index 3b1b0f35b6cba172ac5fbb58cdceec93cdc7221c..5fa277c0187cf5a4e066331c12f03a405eebc20a 100644 (file)
@@ -311,7 +311,7 @@ struct __attribute__ ((__packed__)) vmcb {
 
 #define SVM_EXIT_ERR           -1
 
-#define SVM_CR0_SELECTIVE_MASK (1 << 3 | 1) // TS and MP
+#define SVM_CR0_SELECTIVE_MASK (1 << 3 | 1) /* TS and MP */
 
 #define SVM_VMLOAD ".byte 0x0f, 0x01, 0xda"
 #define SVM_VMRUN  ".byte 0x0f, 0x01, 0xd8"