From: Michael Kelley <hidden> Date: 2021-07-12 02:50:35
The recent move of hv_do_rep_hypercall() to this file adds
a reference to touch_nmi_watchdog(). Its function definition
is included indirectly when compiled on x86, but not when
compiled on ARM64. So add the explicit #include.
No functional change.
Signed-off-by: Michael Kelley <redacted>
---
include/asm-generic/mshyperv.h | 1 +
1 file changed, 1 insertion(+)
From: Wei Liu <wei.liu@kernel.org> Date: 2021-07-12 17:27:05
On Sun, Jul 11, 2021 at 07:50:04PM -0700, Michael Kelley wrote:
The recent move of hv_do_rep_hypercall() to this file adds
a reference to touch_nmi_watchdog(). Its function definition
is included indirectly when compiled on x86, but not when
compiled on ARM64. So add the explicit #include.
No functional change.
Signed-off-by: Michael Kelley <redacted>