diff options
author | Benjamin Peterson <bp@benjamin.pe> | 2017-05-20 17:20:16 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-05-24 09:06:32 +0200 |
commit | c9525a3fab63fbe091007494f8b7a06438eea6a7 (patch) | |
tree | ac89b440399ed5477f374ad6e132ae6d59a41b27 /arch/x86 | |
parent | 7e6091209f7f73e2a81943020793b5ad26d645c6 (diff) | |
download | linux-stable-c9525a3fab63fbe091007494f8b7a06438eea6a7.tar.gz linux-stable-c9525a3fab63fbe091007494f8b7a06438eea6a7.tar.bz2 linux-stable-c9525a3fab63fbe091007494f8b7a06438eea6a7.zip |
x86/watchdog: Fix Kconfig help text file path reference to lockup watchdog documentation
Signed-off-by: Benjamin Peterson <bp@benjamin.pe>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Fixes: 9919cba7ff71147803c988521cc1ceb80e7f0f6d ("watchdog: Update documentation")
Link: http://lkml.kernel.org/r/20170521002016.13258-1-bp@benjamin.pe
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index cd18994a9555..4ccfacc7232a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -360,7 +360,7 @@ config SMP Management" code will be disabled if you say Y here. See also <file:Documentation/x86/i386/IO-APIC.txt>, - <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at + <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO available at <http://www.tldp.org/docs.html#howto>. If you don't know what to do here, say N. |