OSDN Git Service

Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
authorMichael Kelley <mikelley@microsoft.com>
Tue, 2 Mar 2021 21:38:13 +0000 (13:38 -0800)
committerWei Liu <wei.liu@kernel.org>
Mon, 8 Mar 2021 17:32:59 +0000 (17:32 +0000)
commitca48739e59df31d16c27dbcd9ea2ea61d7caa9fb
tree3212f550f5f24e46a62d79324606b926a62635db
parentf850a4cad27c3cfeb89fd28c768d5e6821bf178f
Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code

The Hyper-V page allocator functions are implemented in an architecture
neutral way.  Move them into the architecture neutral VMbus module so
a separate implementation for ARM64 is not needed.

No functional change.

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Link: https://lore.kernel.org/r/1614721102-2241-2-git-send-email-mikelley@microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/x86/hyperv/hv_init.c
arch/x86/include/asm/mshyperv.h
drivers/hv/hv.c
include/asm-generic/mshyperv.h