patch-2.3.99-pre6 linux/include/asm-sh/softirq.h
Next file: linux/include/asm-sh/system.h
Previous file: linux/include/asm-sh/smplock.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Apr 24 13:54:17 2000
- Orig file:
v2.3.99-pre5/linux/include/asm-sh/softirq.h
- Orig date:
Tue Mar 7 14:32:26 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-sh/softirq.h linux/include/asm-sh/softirq.h
@@ -4,8 +4,6 @@
#include <asm/atomic.h>
#include <asm/hardirq.h>
-extern unsigned int local_bh_count[NR_CPUS];
-
#define cpu_bh_disable(cpu) do { local_bh_count[(cpu)]++; barrier(); } while (0)
#define cpu_bh_enable(cpu) do { barrier(); local_bh_count[(cpu)]--; } while (0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)