LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* swsusp: kill unneccessary debugging
@ 2004-05-21 10:09 Pavel Machek
  0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2004-05-21 10:09 UTC (permalink / raw)
  To: Rusty trivial patch monkey Russell, kernel list, Andrew Morton

Hi!

This is no longer neccessary. We have enough pauses elsewhere, and it
works well enough that this is not needed. Please apply,
								Pavel


--- tmp/linux/kernel/power/process.c	2004-05-20 23:08:36.000000000 +0200
+++ linux/kernel/power/process.c	2004-05-21 11:50:31.000000000 +0200
@@ -13,12 +13,6 @@
 #include <linux/suspend.h>
 #include <linux/module.h>
 
-#ifdef DEBUG_SLOW
-#define MDELAY(a) mdelay(a)
-#else
-#define MDELAY(a)
-#endif
-
 /* 
  * Timeout for stopping processes
  */
@@ -121,7 +115,6 @@
 	read_unlock(&tasklist_lock);
 	schedule();
 	printk( " done\n" );
-	MDELAY(500);
 }
 
 EXPORT_SYMBOL(refrigerator);

-- 
934a471f20d6580d5aad759bf0d97ddc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-21 10:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-21 10:09 swsusp: kill unneccessary debugging Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).