patch-2.1.34 linux/kernel/softirq.c

Next file: linux/mm/filemap.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.33/linux/kernel/softirq.c linux/kernel/softirq.c
@@ -23,16 +23,13 @@
 #include <asm/irq.h>
 #include <asm/bitops.h>
 #include <asm/atomic.h>
-#include <asm/hardirq.h>
-#include <asm/softirq.h>
 
-atomic_t intr_count = 0;
+/* intr_count died a painless death... -DaveM */
 
 int bh_mask_count[32];
 unsigned long bh_active = 0;
 unsigned long bh_mask = 0;
 void (*bh_base[32])(void);
-
 
 /*
  * This needs to make sure that only one bottom half handler

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov