patch-2.4.7 linux/include/asm-arm/hardirq.h
Next file: linux/include/asm-arm/mach/pci.h
Previous file: linux/include/asm-arm/arch-integrator/io.h
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Wed Jul  4 14:56:44 2001
-  Orig file: 
v2.4.6/linux/include/asm-arm/hardirq.h
-  Orig date: 
Fri Aug  4 16:15:37 2000
diff -u --recursive --new-file v2.4.6/linux/include/asm-arm/hardirq.h linux/include/asm-arm/hardirq.h
@@ -4,10 +4,9 @@
 #include <linux/config.h>
 #include <linux/threads.h>
 
-/* entry.S is sensitive to the offsets of these fields */
+/* softirq.h is sensitive to the offsets of these fields */
 typedef struct {
-	unsigned int __softirq_active;
-	unsigned int __softirq_mask;
+	unsigned int __softirq_pending;
 	unsigned int __local_irq_count;
 	unsigned int __local_bh_count;
 	unsigned int __syscall_count;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)