[PATCH 2.6.3] swsusp.c - Serial Console

From: Frederic Roussel
Date: Fri Mar 05 2004 - 14:49:48 EST


Hi,

That's a very simple patch to allow swsusp on systems with serial
console only.

Please apply.

Thanks

--- linux-2.6.3/kernel/power/swsusp.c 2004-03-05 11:22:05.000000000
-0800
+++ linux/kernel/power/swsusp.c 2004-03-05 11:22:30.000000000 -0800
@@ -610,9 +610,11 @@
spin_unlock_irq(&suspend_pagedir_lock);
device_resume();

+#ifdef SUSPEND_CONSOLE
acquire_console_sem();
update_screen(fg_console); /* Hmm, is this the problem? */
release_console_sem();
+#endif

PRINTK( "Fixing swap signatures... " );
mark_swapfiles(((swp_entry_t) {0}), MARK_SWAP_RESUME);


--
Frederic.R.Roussel -o) (o-
/\\ Join the penguin force (o_ (o_ //\
_\_v The Linux G3N3R47!0N (/)_ (/)_ v_/_


-
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/