patch-2.1.119 linux/arch/i386/kernel/irq.c

Next file: linux/arch/i386/kernel/smp.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.118/linux/arch/i386/kernel/irq.c linux/arch/i386/kernel/irq.c
@@ -450,12 +450,12 @@
  * no other CPU is executing any bottom half handler.
  *
  * Don't wait if we're already running in an interrupt
- * context or are inside a bh handler.
+ * context or are inside a bh handler. 
  */
 void synchronize_bh(void)
 {
 	if (atomic_read(&global_bh_count) && !in_interrupt())
-			wait_on_bh();
+		wait_on_bh();
 }
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov