diff options
Diffstat (limited to 'drivers/hv')
-rw-r--r-- | drivers/hv/channel_mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index bad8128b283a..21ef68934a20 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c | |||
@@ -329,7 +329,7 @@ static u32 get_vp_index(uuid_le *type_guid) | |||
329 | return 0; | 329 | return 0; |
330 | } | 330 | } |
331 | cur_cpu = (++next_vp % max_cpus); | 331 | cur_cpu = (++next_vp % max_cpus); |
332 | return cur_cpu; | 332 | return hv_context.vp_index[cur_cpu]; |
333 | } | 333 | } |
334 | 334 | ||
335 | /* | 335 | /* |