Re: [PATCH] powerpc: Include asm/nmi.c in mobility.c for watchdog_hardlockup_set_timeout_pct()
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2023-07-03 11:42:49
Also in:
lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2023-07-03 11:42:49
Also in:
lkml
On Thu, 29 Jun 2023 12:45:06 -0700, Douglas Anderson wrote:
The powerpc/platforms/pseries/mobility.c calls
watchdog_hardlockup_set_timeout_pct(), which is declared in
<asm/nmi.h>. We used to automatically get <asm/nmi.h> included, but
that changed as of commit 7ca8fe94aa92 ("watchdog/hardlockup: define
HARDLOCKUP_DETECTOR_ARCH"). Let's add the explicit include.
[...]
Applied to powerpc/next.
[1/1] powerpc: Include asm/nmi.c in mobility.c for watchdog_hardlockup_set_timeout_pct()
https://git.kernel.org/powerpc/c/6cb44bef35ac11724ef22c5ae4f1bc607e2ef3d8
cheers