patch-2.3.32 linux/arch/arm/kernel/traps.c
Next file: linux/arch/arm/mm/init.c
Previous file: linux/arch/arm/kernel/setup.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Dec 13 16:26:27 1999
-  Orig file: 
v2.3.31/linux/arch/arm/kernel/traps.c
-  Orig date: 
Tue Dec  7 09:32:40 1999
diff -u --recursive --new-file v2.3.31/linux/arch/arm/kernel/traps.c linux/arch/arm/kernel/traps.c
@@ -133,7 +133,7 @@
 		printk ("pc not in code space\n");
 }
 
-spinlock_t die_lock;
+spinlock_t die_lock = SPIN_LOCK_UNLOCKED;
 
 /*
  * This function is protected against re-entrancy.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)