diff options
Diffstat (limited to 'arch/x86/include/uapi/asm/kvm.h')
-rw-r--r-- | arch/x86/include/uapi/asm/kvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/kvm.h b/arch/x86/include/uapi/asm/kvm.h index d3a87780c70b..d7dcef58aefa 100644 --- a/arch/x86/include/uapi/asm/kvm.h +++ b/arch/x86/include/uapi/asm/kvm.h | |||
@@ -23,7 +23,10 @@ | |||
23 | #define GP_VECTOR 13 | 23 | #define GP_VECTOR 13 |
24 | #define PF_VECTOR 14 | 24 | #define PF_VECTOR 14 |
25 | #define MF_VECTOR 16 | 25 | #define MF_VECTOR 16 |
26 | #define AC_VECTOR 17 | ||
26 | #define MC_VECTOR 18 | 27 | #define MC_VECTOR 18 |
28 | #define XM_VECTOR 19 | ||
29 | #define VE_VECTOR 20 | ||
27 | 30 | ||
28 | /* Select x86 specific features in <linux/kvm.h> */ | 31 | /* Select x86 specific features in <linux/kvm.h> */ |
29 | #define __KVM_HAVE_PIT | 32 | #define __KVM_HAVE_PIT |