aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-21 20:38:51 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-21 20:38:51 -0700
commita7f8c55feb894410ae534fde1d8bab38fb928f22 (patch)
tree7b07789b520262a1a0a06b3758cfac50dcbf0cb3 /kernel
parentcb79a0b23d25f4b9b5bcf06741892a2fb2fd91a0 (diff)
downloadhistory-a7f8c55feb894410ae534fde1d8bab38fb928f22.tar.gz
[PATCH] swsusp: kill unneccessary debugging
From: Pavel Machek <pavel@ucw.cz> This is no longer neccessary. We have enough pauses elsewhere, and it works well enough that this is not needed.
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/process.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/power/process.c b/kernel/power/process.c
index d65d6a375af799..347435415eaf1f 100644
--- a/kernel/power/process.c
+++ b/kernel/power/process.c
@@ -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 @@ void thaw_processes(void)
read_unlock(&tasklist_lock);
schedule();
printk( " done\n" );
- MDELAY(500);
}
EXPORT_SYMBOL(refrigerator);