]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
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)
committerTim Gardner <tim.gardner@canonical.com>
Tue, 28 Mar 2017 20:33:42 +0000 (14:33 -0600)
commitb1d6b256b0b9d3e2068a878c82d48c95a2e29787
tree359d825270f9362c496f2f276a40092e2683bd6a
parent0bec7965181be98f8a287dfe8bc5f8299b394c0a
Drivers: hv vmbus: Move Hypercall page setup out of common code

BugLink: http://bugs.launchpad.net/bugs/1676635
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>
(cherry picked from commit 8730046c1498e8fb8c9a124789893944e8ce8220)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
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