patch-2.1.81 linux/include/asm-i386/hardirq.h
Next file: linux/include/asm-i386/smp.h
Previous file: linux/fs/vfat/namei.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Fri Jan 23 13:08:54 1998
- Orig file:
v2.1.80/linux/include/asm-i386/hardirq.h
- Orig date:
Tue Jan 20 12:52:08 1998
diff -u --recursive --new-file v2.1.80/linux/include/asm-i386/hardirq.h linux/include/asm-i386/hardirq.h
@@ -15,7 +15,6 @@
#define hardirq_exit(cpu) (local_irq_count[cpu]--)
#define synchronize_irq() do { } while (0)
-#define synchronize_one_irq(x) do { } while (0)
#else
@@ -30,7 +29,7 @@
/* if we didn't own the irq lock, just ignore.. */
if (global_irq_holder == (unsigned char) cpu) {
global_irq_holder = NO_PROC_ID;
- global_irq_lock = 0;
+ clear_bit(0,&global_irq_lock);
}
}
@@ -70,7 +69,6 @@
}
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