patch-2.4.8 linux/include/asm-s390/lowcore.h
Next file: linux/include/asm-s390/page.h
Previous file: linux/include/asm-s390/irq.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Wed Jul 25 14:12:02 2001
- Orig file:
v2.4.7/linux/include/asm-s390/lowcore.h
- Orig date:
Fri Mar 2 11:12:06 2001
diff -u --recursive --new-file v2.4.7/linux/include/asm-s390/lowcore.h linux/include/asm-s390/lowcore.h
@@ -42,12 +42,13 @@
#define __LC_SAVE_AREA 0xC00
#define __LC_KERNEL_STACK 0xC40
#define __LC_KERNEL_LEVEL 0xC44
-#define __LC_IRQ_STAT 0xC48
#define __LC_CPUID 0xC60
#define __LC_CPUADDR 0xC68
#define __LC_IPLDEV 0xC7C
#define __LC_PANIC_MAGIC 0xE00
+#define __LC_PFAULT_INTPARM 0x080
+
/* interrupt handler start with all io, external and mcck interrupt disabled */
#define _RESTART_PSW_MASK 0x00080000
@@ -148,13 +149,7 @@
__u32 kernel_stack; /* 0xc40 */
__u32 kernel_level; /* 0xc44 */
/* entry.S sensitive area start */
- /* Next 6 words are the s390 equivalent of irq_stat */
- __u32 __softirq_active; /* 0xc48 */
- __u32 __softirq_mask; /* 0xc4c */
- __u32 __local_irq_count; /* 0xc50 */
- __u32 __local_bh_count; /* 0xc54 */
- __u32 __syscall_count; /* 0xc58 */
- __u8 pad10[0xc60-0xc5c]; /* 0xc5c */
+ __u8 pad10[0xc60-0xc48]; /* 0xc5c */
struct cpuinfo_S390 cpu_data; /* 0xc60 */
__u32 ipl_device; /* 0xc7c */
/* entry.S sensitive area end */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)