Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel
[deliverable/linux.git] / drivers / hv / hv.c
index bcb49502c3bf2204d19ca76a2143b2510207ddea..edfc8488cb0358dd9bd9c6066166069ebce2aef8 100644 (file)
@@ -383,6 +383,8 @@ void hv_synic_init(void *arg)
         */
        rdmsrl(HV_X64_MSR_VP_INDEX, vp_index);
        hv_context.vp_index[cpu] = (u32)vp_index;
+
+       INIT_LIST_HEAD(&hv_context.percpu_list[cpu]);
        return;
 }
 
This page took 0.027506 seconds and 5 git commands to generate.