Hello, here a little patch to avoid disabling console during suspend stage while we are debugging kernel. Ciao, Rodolfo Signed-off-by: Rodolfo Giometti <[email protected]> -- GNU/Linux Solutions e-mail: [email protected] Linux Device Driver [email protected] Embedded Systems [email protected] UNIX programming phone: +39 349 2432127
--- 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;
Attachment:
signature.asc
Description: Digital signature
- Follow-Ups:
- Re: [PATCH] no console disabling during suspend stage
- From: Andrew Morton <[email protected]>
- Re: [PATCH] no console disabling during suspend stage
- Prev by Date: Re: [PATCH] Watchdog: i8xx_tco remove pci_find_device
- Next by Date: Re: Improvement on memory subsystem
- Previous by thread: 2.6.18-rc2 tg3 Dead loop on netdevice eth0 fix it urgently!
- Next by thread: Re: [PATCH] no console disabling during suspend stage
- Index(es):