aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/lowcore.h
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2009-03-26 10:24:42 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-03-26 10:24:26 -0400
commit7b4684880dfc6c45bc56039ca5eada771d7643ab (patch)
treef572dc77a13e56a417616a9b49f74a68ed1dc99a /arch/s390/include/asm/lowcore.h
parent2938af534d47891ddbced552e5d29f7b90bec609 (diff)
[S390] eliminate cpuinfo_S390 structure
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/lowcore.h')
-rw-r--r--arch/s390/include/asm/lowcore.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h
index f94386ece0d..ad543c11826 100644
--- a/arch/s390/include/asm/lowcore.h
+++ b/arch/s390/include/asm/lowcore.h
@@ -80,7 +80,6 @@
80#define __LC_USER_ASCE 0xC50 80#define __LC_USER_ASCE 0xC50
81#define __LC_PANIC_STACK 0xC54 81#define __LC_PANIC_STACK 0xC54
82#define __LC_CPUID 0xC60 82#define __LC_CPUID 0xC60
83#define __LC_CPUADDR 0xC68
84#define __LC_IPLDEV 0xC7C 83#define __LC_IPLDEV 0xC7C
85#define __LC_CURRENT 0xC90 84#define __LC_CURRENT 0xC90
86#define __LC_INT_CLOCK 0xC98 85#define __LC_INT_CLOCK 0xC98
@@ -102,7 +101,6 @@
102#define __LC_USER_ASCE 0xD60 101#define __LC_USER_ASCE 0xD60
103#define __LC_PANIC_STACK 0xD68 102#define __LC_PANIC_STACK 0xD68
104#define __LC_CPUID 0xD80 103#define __LC_CPUID 0xD80
105#define __LC_CPUADDR 0xD88
106#define __LC_IPLDEV 0xDB8 104#define __LC_IPLDEV 0xDB8
107#define __LC_CURRENT 0xDD8 105#define __LC_CURRENT 0xDD8
108#define __LC_INT_CLOCK 0xDE8 106#define __LC_INT_CLOCK 0xDE8
@@ -273,8 +271,10 @@ struct _lowcore
273 __u32 user_exec_asce; /* 0xc58 */ 271 __u32 user_exec_asce; /* 0xc58 */
274 __u8 pad10[0xc60-0xc5c]; /* 0xc5c */ 272 __u8 pad10[0xc60-0xc5c]; /* 0xc5c */
275 /* entry.S sensitive area start */ 273 /* entry.S sensitive area start */
276 struct cpuinfo_S390 cpu_data; /* 0xc60 */ 274 cpuid_t cpu_id; /* 0xc60 */
277 __u32 ipl_device; /* 0xc7c */ 275 __u32 cpu_nr; /* 0xc68 */
276 __u32 ipl_device; /* 0xc6c */
277 __u8 pad_0xc70[0xc80-0xc70]; /* 0xc70 */
278 /* entry.S sensitive area end */ 278 /* entry.S sensitive area end */
279 279
280 /* SMP info area: defined by DJB */ 280 /* SMP info area: defined by DJB */
@@ -366,9 +366,10 @@ struct _lowcore
366 __u64 user_exec_asce; /* 0xd70 */ 366 __u64 user_exec_asce; /* 0xd70 */
367 __u8 pad10[0xd80-0xd78]; /* 0xd78 */ 367 __u8 pad10[0xd80-0xd78]; /* 0xd78 */
368 /* entry.S sensitive area start */ 368 /* entry.S sensitive area start */
369 struct cpuinfo_S390 cpu_data; /* 0xd80 */ 369 cpuid_t cpu_id; /* 0xd80 */
370 __u32 ipl_device; /* 0xdb8 */ 370 __u32 cpu_nr; /* 0xd88 */
371 __u32 pad11; /* 0xdbc */ 371 __u32 ipl_device; /* 0xd8c */
372 __u8 pad_0xd90[0xdc0-0xd90]; /* 0xd90 */
372 /* entry.S sensitive area end */ 373 /* entry.S sensitive area end */
373 374
374 /* SMP info area: defined by DJB */ 375 /* SMP info area: defined by DJB */