commit | a108393dbf764efb2405f21ca759806c65b8bc16 | [log] [tgz] |
---|---|---|
author | Jake Oshins <jakeo@microsoft.com> | Mon Dec 14 16:01:40 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 14 19:12:21 2015 -0800 |
tree | cf4bed9bb92b19eb5347695bec98f4de499a6312 | |
parent | 619848bd074343ff2bdeeafca0be39748f6da372 [diff] |
drivers:hv: Export the API to invoke a hypercall on Hyper-V This patch exposes the function that hv_vmbus.ko uses to make hypercalls. This is necessary for retargeting an interrupt when it is given a new affinity. Since we are exporting this API, rename the API as it will be visible outside the hv.c file. Signed-off-by: Jake Oshins <jakeo@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>