patch-2.2.0-pre8 linux/include/asm-i386/softirq.h
Next file: linux/include/asm-i386/string.h
Previous file: linux/include/asm-i386/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Jan 18 17:33:46 1999
- Orig file:
v2.2.0-pre7/linux/include/asm-i386/softirq.h
- Orig date:
Tue Dec 22 14:16:58 1998
diff -u --recursive --new-file v2.2.0-pre7/linux/include/asm-i386/softirq.h linux/include/asm-i386/softirq.h
@@ -18,8 +18,9 @@
extern inline void remove_bh(int nr)
{
- bh_base[nr] = NULL;
bh_mask &= ~(1 << nr);
+ mb();
+ bh_base[nr] = NULL;
}
extern inline void mark_bh(int nr)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov