Re: [PATCH 1/2] Drivers: hv: vmbus: Remove x86-isms from arch independent drivers

2017-11-28 Thread Greg KH
On Tue, Nov 14, 2017 at 10:52:07AM -0700, k...@exchange.microsoft.com wrote: > From: Michael Kelley > > 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

[PATCH 1/2] Drivers: hv: vmbus: Remove x86-isms from arch independent drivers

2017-11-14 Thread kys
From: Michael Kelley 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_hype