提交 0d63081d 编写于 作者: P Pavel Machek 提交者: Linus Torvalds

swsusp: provide users with a hint about the no_console_suspend option

Tell the user about the no_console_suspend option, so that we don't have to
tell each bug reporter personally.

[akpm@linux-foundation.org: clarify the text a little]
Signed-off-by: NPavel Machek <pavel@suse.cz>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 fb9ba4e9
...@@ -933,7 +933,7 @@ void suspend_console(void) ...@@ -933,7 +933,7 @@ void suspend_console(void)
{ {
if (!console_suspend_enabled) if (!console_suspend_enabled)
return; return;
printk("Suspending console(s)\n"); printk("Suspending console(s) (use no_console_suspend to debug)\n");
acquire_console_sem(); acquire_console_sem();
console_suspended = 1; console_suspended = 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册