aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi/asm/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/uapi/asm/hyperv.h')
-rw-r--r--arch/x86/include/uapi/asm/hyperv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/hyperv.h b/arch/x86/include/uapi/asm/hyperv.h
index 099414345865..6c0c3a3b631c 100644
--- a/arch/x86/include/uapi/asm/hyperv.h
+++ b/arch/x86/include/uapi/asm/hyperv.h
@@ -77,6 +77,9 @@
77/* Crash MSR available */ 77/* Crash MSR available */
78#define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE (1 << 10) 78#define HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE (1 << 10)
79 79
80/* stimer Direct Mode is available */
81#define HV_X64_STIMER_DIRECT_MODE_AVAILABLE (1 << 19)
82
80/* 83/*
81 * Feature identification: EBX indicates which flags were specified at 84 * Feature identification: EBX indicates which flags were specified at
82 * partition creation. The format is the same as the partition creation 85 * partition creation. The format is the same as the partition creation