patch-2.4.7 linux/include/asm-ppc/hardirq.h

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

diff -u --recursive --new-file v2.4.6/linux/include/asm-ppc/hardirq.h linux/include/asm-ppc/hardirq.h
@@ -1,5 +1,5 @@
 /*
- * BK Id: SCCS/s.hardirq.h 1.10 06/09/01 22:16:38 paulus
+ * BK Id: SCCS/s.hardirq.h 1.12 07/10/01 11:26:58 trini
  */
 #ifdef __KERNEL__
 #ifndef __ASM_HARDIRQ_H
@@ -19,6 +19,7 @@
 	unsigned int __local_irq_count;
 	unsigned int __local_bh_count;
 	unsigned int __syscall_count;
+	struct task_struct * __ksoftirqd_task;
 	unsigned int __last_jiffy_stamp;
 } ____cacheline_aligned irq_cpustat_t;
 

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