Skip to content

Commit a8992d8

Browse files
bulwahnakpm00
authored andcommitted
watchdog/hardlockup: fix typo in config HARDLOCKUP_DETECTOR_PREFER_BUDDY
Commit a5fcc23 ("watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specific") accidentially introduces a typo in one of the config dependencies of HARDLOCKUP_DETECTOR_PREFER_BUDDY. Fix this accidental typo. Link: https://lkml.kernel.org/r/20230623040717.8645-1-lukas.bulwahn@gmail.com Fixes: a5fcc23 ("watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specific") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Petr Mladek <pmladek@suse.com> Cc: Douglas Anderson <dianders@chromium.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent df8b78e commit a8992d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ config HARDLOCKUP_DETECTOR_PREFER_BUDDY
10751075
bool "Prefer the buddy CPU hardlockup detector"
10761076
depends on HARDLOCKUP_DETECTOR
10771077
depends on HAVE_HARDLOCKUP_DETECTOR_PERF && HAVE_HARDLOCKUP_DETECTOR_BUDDY
1078-
depends on !HAVE_HARLOCKUP_DETECTOR_ARCH
1078+
depends on !HAVE_HARDLOCKUP_DETECTOR_ARCH
10791079
help
10801080
Say Y here to prefer the buddy hardlockup detector over the perf one.
10811081

0 commit comments

Comments
 (0)