Re: [PATCH 3/7] watchdog/hardlockup: Declare arch_touch_nmi_watchdog() only in linux/nmi.h
From: Petr Mladek <pmladek@suse.com>
Date: 2023-06-08 11:03:40
Also in:
linux-perf-users, lkml, sparclinux
From: Petr Mladek <pmladek@suse.com>
Date: 2023-06-08 11:03:40
Also in:
linux-perf-users, lkml, sparclinux
On Wed 2023-06-07 16:35:19, Doug Anderson wrote:
Hi, On Wed, Jun 7, 2023 at 8:25 AM Petr Mladek [off-list ref] wrote:quoted
arch_touch_nmi_watchdog() needs a different implementation for various hardlockup detector implementations. And it does nothing when any hardlockup detector is not build at all.s/build/built/
Will fix in v2.
This looks right and is a nice cleanup. Reviewed-by: Douglas Anderson <dianders@chromium.org>
Thanks a lot. Best Regards, Petr