[PATCH] KVM: Fix vmx hardware_enable() on macbooks
[deliverable/linux.git] / drivers / kvm / kvm_vmx.h
CommitLineData
6aa8b732
AK
1#ifndef __KVM_VMX_H
2#define __KVM_VMX_H
3
05b3e0c2 4#ifdef CONFIG_X86_64
6aa8b732
AK
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
13
14#endif
This page took 0.027229 seconds and 5 git commands to generate.