From 0c6bdb4fe3ceb4759c411c9f8aee6c299f7c1186 Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Thu, 17 Jan 2013 21:00:51 -0800 Subject: [PATCH] --- yaml --- r: 355020 b: refs/heads/master c: 0f3f2f86b22c41bb102a15ca4ca7f41c7414ab0d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/hv/channel_mgmt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9249185c9c33..267c0b70db33 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83ebf6e562afc31cf4c6346ee87a7dd9fe39c322 +refs/heads/master: 0f3f2f86b22c41bb102a15ca4ca7f41c7414ab0d diff --git a/trunk/drivers/hv/channel_mgmt.c b/trunk/drivers/hv/channel_mgmt.c index c80fe6245f5b..7478ef914b9a 100644 --- a/trunk/drivers/hv/channel_mgmt.c +++ b/trunk/drivers/hv/channel_mgmt.c @@ -337,7 +337,7 @@ static u32 get_vp_index(uuid_le *type_guid) return 0; } cur_cpu = (++next_vp % max_cpus); - return hv_context.vp_index[cur_cpu]; + return 0; } /*