aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hyperv_vmbus.h
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2017-01-18 16:45:03 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-19 11:44:55 +0100
commit6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254 (patch)
tree4cc1351189ba26b42e2e49aa0242154f7d2b98e7 /drivers/hv/hyperv_vmbus.h
parentDrivers: hv vmbus: Move Hypercall page setup out of common code (diff)
downloadlinux-dev-6ab42a66d2cc10afefea9f9e5d9a5ad5a836d254.tar.xz
linux-dev-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.h1
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;