X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fhyperv.h;h=344883dce5849b62e8f6c0e59e1daed09b5a0f80;hb=614cd4a4ac3daf725508e372bce2160e2d8039a9;hp=15da677478ddc353b151d81362043bcbdfc3d089;hpb=6eb37eb276f0b91adb43b853ce6fb0812fbf0883;p=~andy%2Flinux diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 15da677478d..344883dce58 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -875,7 +875,7 @@ struct vmbus_channel_relid_released { struct vmbus_channel_initiate_contact { struct vmbus_channel_message_header header; u32 vmbus_version_requested; - u32 padding2; + u32 target_vcpu; /* The VCPU the host should respond to */ u64 interrupt_page; u64 monitor_page1; u64 monitor_page2;