diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2017-01-19 00:45:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-19 11:44:55 +0100 |
commit | 6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254 (patch) | |
tree | 4cc1351189ba26b42e2e49aa0242154f7d2b98e7 /drivers/hv/hyperv_vmbus.h | |
parent | Drivers: hv vmbus: Move Hypercall page setup out of common code (diff) | |
download | linux-6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254.tar.xz linux-6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254.zip |
Drivers: hv: vmbus: Move Hypercall invocation code out of common code
As part of the effort to separate out architecture specific code, move the
hypercall invocation code to an architecture specific file.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hyperv_vmbus.h')
-rw-r--r-- | drivers/hv/hyperv_vmbus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h index da57626786b7..09485269d537 100644 --- a/drivers/hv/hyperv_vmbus.h +++ b/drivers/hv/hyperv_vmbus.h @@ -371,7 +371,6 @@ struct hv_context { */ u64 guestid; - void *hypercall_page; void *tsc_page; bool synic_initialized; |