patch-2.4.14 linux/include/asm-m68k/hardirq.h
Next file: linux/include/asm-m68k/io.h
Previous file: linux/include/asm-m68k/floppy.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Thu Oct 25 13:53:55 2001
-  Orig file: 
v2.4.13/linux/include/asm-m68k/hardirq.h
-  Orig date: 
Fri Dec 29 14:07:23 2000
diff -u --recursive --new-file v2.4.13/linux/include/asm-m68k/hardirq.h linux/include/asm-m68k/hardirq.h
@@ -6,11 +6,11 @@
 
 /* entry.S 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;
+        struct task_struct * __ksoftirqd_task;
 } ____cacheline_aligned irq_cpustat_t;
 
 #include <linux/irq_cpustat.h>	/* Standard mappings for irq_cpustat_t above */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)