aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index d47bab9e7a18..fb66fba368d7 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -559,7 +559,7 @@ struct vmbus_channel_relid_released {
559struct vmbus_channel_initiate_contact { 559struct vmbus_channel_initiate_contact {
560 struct vmbus_channel_message_header header; 560 struct vmbus_channel_message_header header;
561 u32 vmbus_version_requested; 561 u32 vmbus_version_requested;
562 u32 padding2; 562 u32 target_vcpu; /* The VCPU the host should respond to */
563 u64 interrupt_page; 563 u64 interrupt_page;
564 u64 monitor_page1; 564 u64 monitor_page1;
565 u64 monitor_page2; 565 u64 monitor_page2;