patch-2.4.6 linux/include/asm-sparc64/hardirq.h
Next file: linux/include/asm-sparc64/linux_logo.h
Previous file: linux/include/asm-sparc64/bitops.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Jun 12 11:08:46 2001
-  Orig file: 
v2.4.5/linux/include/asm-sparc64/hardirq.h
-  Orig date: 
Wed Aug 23 09:30:13 2000
diff -u --recursive --new-file v2.4.5/linux/include/asm-sparc64/hardirq.h linux/include/asm-sparc64/hardirq.h
@@ -13,8 +13,8 @@
 
 /* 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 __unused_1;
 #ifndef CONFIG_SMP
 	unsigned int __local_irq_count;
 #else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)