|
From: <far...@us...> - 2006-10-29 11:47:19
|
Revision: 648
http://svn.sourceforge.net/hackndev/?rev=648&view=rev
Author: farcaller
Date: 2006-10-29 03:47:10 -0800 (Sun, 29 Oct 2006)
Log Message:
-----------
palmt3: added qt-e/qt-c workaround
Modified Paths:
--------------
linux4palm/linux/trunk/kernel/power/console.c
Modified: linux4palm/linux/trunk/kernel/power/console.c
===================================================================
--- linux4palm/linux/trunk/kernel/power/console.c 2006-10-29 11:35:31 UTC (rev 647)
+++ linux4palm/linux/trunk/kernel/power/console.c 2006-10-29 11:47:10 UTC (rev 648)
@@ -22,6 +22,7 @@
* other than this. The suspend console is ugly, anyhow. ;-)
*/
#ifndef CONFIG_MACH_XSCALE_PALMLD
+#ifndef CONFIG_MACH_T3XSCALE
acquire_console_sem();
@@ -44,6 +45,7 @@
orig_kmsg = kmsg_redirect;
kmsg_redirect = SUSPEND_CONSOLE;
#endif
+#endif
return 0;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|