diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-09-23 07:43:57 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-09-23 07:43:57 +0200 |
commit | f0be67cb6c649d25a6e9e2648869b59d7ae463a4 (patch) | |
tree | f8f00509dd8c7db8a539640cf0c97589c4709210 /lib | |
parent | ab5f266b0b558e0a9ad3bbb5d37cacf47a3f97f1 (diff) | |
parent | 96b03ab86d843524ec4aed7fe0ceef412c684c68 (diff) |
Merge branch 'locking/urgent'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2e2cca509231..cab7405f48d2 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -821,7 +821,7 @@ config DETECT_HUNG_TASK help Say Y here to enable the kernel to detect "hung tasks", which are bugs that cause the task to be stuck in - uninterruptible "D" state indefinitiley. + uninterruptible "D" state indefinitely. When a hung task is detected, the kernel will print the current stack trace (which you should report), but the |