patch-2.3.99-pre8 linux/kernel/pm.c

Next file: linux/kernel/printk.c
Previous file: linux/kernel/panic.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/kernel/pm.c linux/kernel/pm.c
@@ -23,7 +23,7 @@
 #include <linux/slab.h>
 #include <linux/pm.h>
 
-int pm_active = 0;
+int pm_active;
 
 static spinlock_t pm_devs_lock = SPIN_LOCK_UNLOCKED;
 static LIST_HEAD(pm_devs);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)