[patch] hint users about no_console_suspend option

From: Pavel Machek
Date: Tue May 27 2008 - 06:45:34 EST



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

Signed-off-by: Pavel Machek <pavel@xxxxxxx>

---
commit 017834f8541b8ded8ef831e5fe2b5f9cead4f6b0
tree 80c244e45acfbd1c1e8883f12021683f15356c4e
parent cc8201de538dda6c17e03fe495146e7fc755f64d
author Pavel <pavel@xxxxxxxxxx> Tue, 27 May 2008 12:45:26 +0200
committer Pavel <pavel@xxxxxxxxxx> Tue, 27 May 2008 12:45:26 +0200

kernel/printk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/printk.c b/kernel/printk.c
index 8fb01c3..6e04669 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -950,7 +950,7 @@ void suspend_console(void)
{
if (!console_suspend_enabled)
return;
- printk("Suspending console(s)\n");
+ printk("Suspending console(s) (no_console_suspend to debug?)\n");
acquire_console_sem();
console_suspended = 1;
}

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/