--- kernel/power/main.c 2006-07-19 10:54:11.000000000 +0200 +++ kernel/power/main.c.new 2006-07-18 19:38:41.000000000 +0200 @@ -86,7 +86,9 @@ goto Thaw; } +#ifndef CONFIG_DEBUG_KERNEL suspend_console(); +#endif if ((error = device_suspend(PMSG_SUSPEND))) { printk(KERN_ERR "Some devices failed to suspend\n"); goto Finish;