diff options
author | Joseph Salisbury <joseph.salisbury@microsoft.com> | 2021-04-17 02:43:02 +0200 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2021-04-21 11:49:19 +0200 |
commit | 6523592cee4650c6aa997d69cd0045a01e07a1ef (patch) | |
tree | 2b0317101dee865a77ea6e47a52538de4df9b106 /certs | |
parent | video: hyperv_fb: Add ratelimit on error message (diff) | |
download | linux-6523592cee4650c6aa997d69cd0045a01e07a1ef.tar.xz linux-6523592cee4650c6aa997d69cd0045a01e07a1ef.zip |
x86/hyperv: Move hv_do_rep_hypercall to asm-generic
This patch makes no functional changes. It simply moves hv_do_rep_hypercall()
out of arch/x86/include/asm/mshyperv.h and into asm-generic/mshyperv.h
hv_do_rep_hypercall() is architecture independent, so it makes sense that it
should be in the architecture independent mshyperv.h, not in the x86-specific
mshyperv.h.
This is done in preperation for a follow up patch which creates a consistent
pattern for checking Hyper-V hypercall status.
Signed-off-by: Joseph Salisbury <joseph.salisbury@microsoft.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/1618620183-9967-1-git-send-email-joseph.salisbury@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions