summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-07-03 08:00:31 -0500
committerBjorn Helgaas <bhelgaas@google.com>2017-07-03 08:00:31 -0500
commit85e4b30a2c6f40f25bad2226840dc98ec2854603 (patch)
treed2761a09740d18fad40553adec6c395c3d38e7b9 /arch/x86
parent6f65daed5bcca6d4e419c0b914f392c7fdb48027 (diff)
parent7dcf90e9e032432e91ce77dd872d2227e9d5b741 (diff)
downloadop-kernel-dev-85e4b30a2c6f40f25bad2226840dc98ec2854603.zip
op-kernel-dev-85e4b30a2c6f40f25bad2226840dc98ec2854603.tar.gz
Merge branch 'pci/host-hv' into next
* pci/host-hv: PCI: hv: Use vPCI protocol version 1.2 PCI: hv: Add vPCI version protocol negotiation PCI: hv: Temporary own CPU-number-to-vCPU-number infra PCI: hv: Use page allocation for hbus structure PCI: hv: Fix comment formatting and use proper integer fields
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/uapi/asm/hyperv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/hyperv.h b/arch/x86/include/uapi/asm/hyperv.h
index 432df4b..237ec6c 100644
--- a/arch/x86/include/uapi/asm/hyperv.h
+++ b/arch/x86/include/uapi/asm/hyperv.h
@@ -153,6 +153,12 @@
#define HV_X64_DEPRECATING_AEOI_RECOMMENDED (1 << 9)
/*
+ * HV_VP_SET available
+ */
+#define HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED (1 << 11)
+
+
+/*
* Crash notification flag.
*/
#define HV_CRASH_CTL_CRASH_NOTIFY (1ULL << 63)
OpenPOWER on IntegriCloud