Drivers: hv vmbus: Move Hypercall page setup out of common code
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 18 Jan 2017 23:45:02 +0000 (16:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2017 10:42:07 +0000 (11:42 +0100)
commit8730046c1498e8fb8c9a124789893944e8ce8220
tree0028573415d5e137e05a461338891eb6b21a4945
parent352c9624242d5836ad8a960826183011367871a4
Drivers: hv vmbus: Move Hypercall page setup out of common code

As part of the effort to separate out architecture specific code, move the
hypercall page setup to an architecture specific file.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS
arch/x86/Kbuild
arch/x86/hyperv/Makefile [new file with mode: 0644]
arch/x86/hyperv/hv_init.c [new file with mode: 0644]
arch/x86/include/asm/mshyperv.h
arch/x86/kernel/cpu/mshyperv.c
drivers/hv/hv.c