linux/drivers/hv
Michael Kelley 4a5f3cde4d Drivers: hv: vmbus: Remove x86-isms from arch independent drivers
hv_is_hypercall_page_setup() is used to check if Hyper-V is
initialized, but a 'hypercall page' is an x86 implementation detail
that isn't necessarily present on other architectures. Rename to the
architecture independent hv_is_hyperv_initialized() and add check
that x86_hyper is pointing to Hyper-V.  Use this function instead of
direct references to x86-specific data structures in vmbus_drv.c,
and remove now redundant call in hv_init(). Also remove 'x86' from
the string name passed to cpuhp_setup_state().

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-09 17:58:41 +01:00
..
channel_mgmt.c Drivers: hv: vmbus: Fix a rescind issue 2017-11-28 16:56:26 +01:00
channel.c Drivers: hv: vmbus: Fix a rescind issue 2017-11-28 16:56:26 +01:00
connection.c hyper-v: trace channel events 2017-11-04 12:04:26 +01:00
hv_balloon.c
hv_fcopy.c Drivers: hv: fcopy: restore correct transfer length 2017-09-22 10:29:54 +02:00
hv_kvp.c
hv_snapshot.c
hv_trace.c hyper-v: trace vmbus_on_msg_dpc() 2017-11-04 12:04:24 +01:00
hv_trace.h hyper-v: trace channel events 2017-11-04 12:04:26 +01:00
hv_util.c
hv_utils_transport.c
hv_utils_transport.h
hv.c Drivers: hv: vmbus: Remove x86-isms from arch independent drivers 2018-01-09 17:58:41 +01:00
hyperv_vmbus.h hyper-v: trace vmbus_on_msg_dpc() 2017-11-04 12:04:24 +01:00
Kconfig
Makefile Char/Misc patches for 4.15-rc1 2017-11-16 09:10:59 -08:00
ring_buffer.c
vmbus_drv.c Drivers: hv: vmbus: Remove x86-isms from arch independent drivers 2018-01-09 17:58:41 +01:00