| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: Problems after merge to 2.6.18-rc1 |
| From: | Rodolfo Giometti <giometti@linux.it> |
| Date: | Tue, 18 Jul 2006 19:46:39 +0200 |
| In-reply-to: | <20060714075441.GE7186@gundam.enneenne.com> |
| Organization: | GNU/Linux Device Drivers, Embedded Systems and Courses |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060713163200.GA7186@gundam.enneenne.com> <20060714.103521.25910483.nemoto@toshiba-tops.co.jp> <20060714075441.GE7186@gundam.enneenne.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11+cvs20060403 |
On Fri, Jul 14, 2006 at 09:54:41AM +0200, Rodolfo Giometti wrote:
>
> The first strange thing is that this time the kernel messages stop
> after "au1xxx_pm_prepare: state = 3" and not after "au_sleep: Zzz..."
> as before the merge! Maybe something as changed in serial console
> magement?
Yes, something as changed... here the patch to remove the problem.
diff --git a/kernel/power/main.c b/kernel/power/main.c
index 6d295c7..10bf859 100644
--- a/kernel/power/main.c
+++ b/kernel/power/main.c
@@ -86,7 +86,9 @@ static int suspend_prepare(suspend_state
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;
I'd like also sending this patch to the Linux main tree, where should
I send it? I found nothing useful in MAINTAINERS file... :-o
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti@enneenne.com
Linux Device Driver giometti@gnudd.com
Embedded Systems giometti@linux.it
UNIX programming phone: +39 349 2432127
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: cross compiling gcc for mips, Fuxin Zhang |
|---|---|
| Next by Date: | Re: Problems after merge to 2.6.18-rc1, Ralf Baechle |
| Previous by Thread: | Re: Problems after merge to 2.6.18-rc1, Rodolfo Giometti |
| Next by Thread: | Re: Problems after merge to 2.6.18-rc1, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |