patch-2.1.80 linux/include/asm-i386/hardirq.h
Next file: linux/include/asm-i386/irq.h
Previous file: linux/include/asm-arm/vt.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Tue Jan 20 12:52:08 1998
-  Orig file: 
v2.1.79/linux/include/asm-i386/hardirq.h
-  Orig date: 
Tue May 13 22:41:17 1997
diff -u --recursive --new-file v2.1.79/linux/include/asm-i386/hardirq.h linux/include/asm-i386/hardirq.h
@@ -15,6 +15,7 @@
 #define hardirq_exit(cpu)	(local_irq_count[cpu]--)
 
 #define synchronize_irq()	do { } while (0)
+#define synchronize_one_irq(x)	do { } while (0)
 
 #else
 
@@ -69,6 +70,7 @@
 }
 
 extern void synchronize_irq(void);
+extern void synchronize_one_irq(unsigned int irq);
 
 #endif /* __SMP__ */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov