diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2017-01-18 18:45:02 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-19 05:42:07 -0500 |
commit | 8730046c1498e8fb8c9a124789893944e8ce8220 (patch) | |
tree | 0028573415d5e137e05a461338891eb6b21a4945 /MAINTAINERS | |
parent | 352c9624242d5836ad8a960826183011367871a4 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c36976d3bd1a..be8de24fd6dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5962,6 +5962,7 @@ S: Maintained | |||
5962 | F: arch/x86/include/asm/mshyperv.h | 5962 | F: arch/x86/include/asm/mshyperv.h |
5963 | F: arch/x86/include/uapi/asm/hyperv.h | 5963 | F: arch/x86/include/uapi/asm/hyperv.h |
5964 | F: arch/x86/kernel/cpu/mshyperv.c | 5964 | F: arch/x86/kernel/cpu/mshyperv.c |
5965 | F: arch/x86/hyperv | ||
5965 | F: drivers/hid/hid-hyperv.c | 5966 | F: drivers/hid/hid-hyperv.c |
5966 | F: drivers/hv/ | 5967 | F: drivers/hv/ |
5967 | F: drivers/input/serio/hyperv-keyboard.c | 5968 | F: drivers/input/serio/hyperv-keyboard.c |