diff options
author | Michael Kelley <mikelley@microsoft.com> | 2018-08-02 03:08:24 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-02 10:20:59 +0200 |
commit | 6ba34171bcbd10321c6cf554e0c1144d170f9d1a (patch) | |
tree | 9293b607773988936300e0d2780f9bf11fdbd7c3 /MAINTAINERS | |
parent | d3b26dd7cb0e3433bfd3c1d4dcf74c6039bb49fb (diff) | |
download | linux-6ba34171bcbd10321c6cf554e0c1144d170f9d1a.tar.bz2 |
Drivers: hv: vmbus: Remove use of slow_virt_to_phys()
slow_virt_to_phys() is only implemented for arch/x86.
Remove its use in arch independent Hyper-V drivers, and
replace with test for vmalloc() address followed by
appropriate v-to-p function. This follows the typical
pattern of other drivers and avoids the need to implement
slow_virt_to_phys() for Hyper-V on ARM64.
Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions