patch-2.4.6 linux/include/asm-sparc/hardirq.h
Next file: linux/include/asm-sparc/linux_logo.h
Previous file: linux/include/asm-sparc/audioio.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Jul 2 13:56:40 2001
- Orig file:
v2.4.5/linux/include/asm-sparc/hardirq.h
- Orig date:
Mon Aug 28 21:20:03 2000
diff -u --recursive --new-file v2.4.5/linux/include/asm-sparc/hardirq.h linux/include/asm-sparc/hardirq.h
@@ -1,7 +1,7 @@
/* hardirq.h: 32-bit Sparc hard IRQ support.
*
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
- * Copyright (C) 1998-2000 Anton Blanchard (anton@linuxcare.com)
+ * Copyright (C) 1998-2000 Anton Blanchard (anton@samba.org)
*/
#ifndef __SPARC_HARDIRQ_H
@@ -14,8 +14,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)