patch-2.4.0-test6 linux/include/asm-ppc/softirq.h

Next file: linux/include/asm-ppc/stat.h
Previous file: linux/include/asm-ppc/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/include/asm-ppc/softirq.h linux/include/asm-ppc/softirq.h
@@ -4,8 +4,6 @@
 #include <asm/atomic.h>
 #include <asm/hardirq.h>
 
-extern unsigned int local_bh_count[NR_CPUS];
-
 #define local_bh_disable()	do { local_bh_count(smp_processor_id())++; barrier(); } while (0)
 #define local_bh_enable()	do { barrier(); local_bh_count(smp_processor_id())--; } while (0)
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)