diff options
Diffstat (limited to 'drivers/hv/hyperv_vmbus.h')
-rw-r--r-- | drivers/hv/hyperv_vmbus.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h index 860134da8039..18d1a8404cbc 100644 --- a/drivers/hv/hyperv_vmbus.h +++ b/drivers/hv/hyperv_vmbus.h | |||
@@ -510,6 +510,11 @@ struct hv_context { | |||
510 | * basis. | 510 | * basis. |
511 | */ | 511 | */ |
512 | struct tasklet_struct *event_dpc[NR_CPUS]; | 512 | struct tasklet_struct *event_dpc[NR_CPUS]; |
513 | /* | ||
514 | * To optimize the mapping of relid to channel, maintain | ||
515 | * per-cpu list of the channels based on their CPU affinity. | ||
516 | */ | ||
517 | struct list_head percpu_list[NR_CPUS]; | ||
513 | }; | 518 | }; |
514 | 519 | ||
515 | extern struct hv_context hv_context; | 520 | extern struct hv_context hv_context; |