patch-2.3.23 linux/include/asm-sh/hardirq.h
Next file: linux/include/asm-sh/hdreg.h
Previous file: linux/include/asm-sh/elf.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Oct 18 11:16:13 1999
-  Orig file: 
v2.3.22/linux/include/asm-sh/hardirq.h
-  Orig date: 
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.22/linux/include/asm-sh/hardirq.h linux/include/asm-sh/hardirq.h
@@ -14,7 +14,7 @@
 #define hardirq_enter(cpu)	(local_irq_count[cpu]++)
 #define hardirq_exit(cpu)	(local_irq_count[cpu]--)
 
-#define synchronize_irq()	do { } while (0)
+#define synchronize_irq()	barrier()
 
 #else
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)