[IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid'
[linux-2.6/mini2440.git] / drivers / kvm / kvm_vmx.h
blob87e12d2bfa1676a78700182464d22cd12abe83ed
1 #ifndef __KVM_VMX_H
2 #define __KVM_VMX_H
4 #ifdef __x86_64__
5 /*
6 * avoid save/load MSR_SYSCALL_MASK and MSR_LSTAR by std vt
7 * mechanism (cpu bug AA24)
8 */
9 #define NR_BAD_MSRS 2
10 #else
11 #define NR_BAD_MSRS 0
12 #endif
14 #endif