patch-2.1.79 linux/include/asm-ppc/hardirq.h

Next file: linux/include/asm-ppc/hydra.h
Previous file: linux/include/asm-ppc/gg2.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/include/asm-ppc/hardirq.h linux/include/asm-ppc/hardirq.h
@@ -21,7 +21,8 @@
 extern atomic_t global_irq_count;
 
 #define release_irqlock(cpu)				\
-do {	if(global_irq_holder == (unsigned char) cpu) {	\
+do {							\
+	if(global_irq_holder == (unsigned char) cpu) {	\
 		global_irq_holder = NO_PROC_ID;		\
 		spin_unlock(&global_irq_lock);		\
 	}						\

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