diff options
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index a274e089df78..08cfaff8a072 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -734,6 +734,11 @@ struct vmbus_channel { | |||
734 | * Support per-channel state for use by vmbus drivers. | 734 | * Support per-channel state for use by vmbus drivers. |
735 | */ | 735 | */ |
736 | void *per_channel_state; | 736 | void *per_channel_state; |
737 | /* | ||
738 | * To support per-cpu lookup mapping of relid to channel, | ||
739 | * link up channels based on their CPU affinity. | ||
740 | */ | ||
741 | struct list_head percpu_list; | ||
737 | }; | 742 | }; |
738 | 743 | ||
739 | static inline void set_channel_read_state(struct vmbus_channel *c, bool state) | 744 | static inline void set_channel_read_state(struct vmbus_channel *c, bool state) |