diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-07-24 15:36:56 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-07-24 15:36:56 -0400 |
| commit | b9f12a5d97f652c77ef6803dccd0d40d1290f5be (patch) | |
| tree | 8f58c8620ffef0d350a5ec022feda492a96b179a /include/linux/hyperv.h | |
| parent | 9d8dc3e529a19e427fd379118acd132520935c5d (diff) | |
| parent | 9a3c4145af32125c5ee39c0272662b47307a8323 (diff) | |
Merge tag 'v3.16-rc6' into next
Merge with mainline to bring in changes to MFD to allow merging
ipaq-micro-ts driver.
Diffstat (limited to 'include/linux/hyperv.h')
| -rw-r--r-- | include/linux/hyperv.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 2d7b4f139c32..08cfaff8a072 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
| @@ -696,6 +696,8 @@ struct vmbus_channel { | |||
| 696 | * preserve the earlier behavior. | 696 | * preserve the earlier behavior. |
| 697 | */ | 697 | */ |
| 698 | u32 target_vp; | 698 | u32 target_vp; |
| 699 | /* The corresponding CPUID in the guest */ | ||
| 700 | u32 target_cpu; | ||
| 699 | /* | 701 | /* |
| 700 | * Support for sub-channels. For high performance devices, | 702 | * Support for sub-channels. For high performance devices, |
| 701 | * it will be useful to have multiple sub-channels to support | 703 | * it will be useful to have multiple sub-channels to support |
| @@ -732,6 +734,11 @@ struct vmbus_channel { | |||
| 732 | * Support per-channel state for use by vmbus drivers. | 734 | * Support per-channel state for use by vmbus drivers. |
| 733 | */ | 735 | */ |
| 734 | 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; | ||
| 735 | }; | 742 | }; |
| 736 | 743 | ||
| 737 | 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) |
