aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2009-03-26 10:24:43 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-03-26 10:24:27 -0400
commitda292bbe1f620221b08c4b589424f370168d642b (patch)
treefa57cd1410b357028559f219305676d5bf2762e8 /arch/s390/include
parent7b4684880dfc6c45bc56039ca5eada771d7643ab (diff)
[S390] eliminate ipl_device from lowcore
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/lowcore.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h
index ad543c11826..5b18035c1dc 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_IPLDEV 0xC7C
84#define __LC_CURRENT 0xC90 83#define __LC_CURRENT 0xC90
85#define __LC_INT_CLOCK 0xC98 84#define __LC_INT_CLOCK 0xC98
86#else /* __s390x__ */ 85#else /* __s390x__ */
@@ -101,7 +100,6 @@
101#define __LC_USER_ASCE 0xD60 100#define __LC_USER_ASCE 0xD60
102#define __LC_PANIC_STACK 0xD68 101#define __LC_PANIC_STACK 0xD68
103#define __LC_CPUID 0xD80 102#define __LC_CPUID 0xD80
104#define __LC_IPLDEV 0xDB8
105#define __LC_CURRENT 0xDD8 103#define __LC_CURRENT 0xDD8
106#define __LC_INT_CLOCK 0xDE8 104#define __LC_INT_CLOCK 0xDE8
107#define __LC_VDSO_PER_CPU 0xE38 105#define __LC_VDSO_PER_CPU 0xE38
@@ -273,8 +271,7 @@ struct _lowcore
273 /* entry.S sensitive area start */ 271 /* entry.S sensitive area start */
274 cpuid_t cpu_id; /* 0xc60 */ 272 cpuid_t cpu_id; /* 0xc60 */
275 __u32 cpu_nr; /* 0xc68 */ 273 __u32 cpu_nr; /* 0xc68 */
276 __u32 ipl_device; /* 0xc6c */ 274 __u8 pad_0xc6c[0xc80-0xc6c]; /* 0xc6c */
277 __u8 pad_0xc70[0xc80-0xc70]; /* 0xc70 */
278 /* entry.S sensitive area end */ 275 /* entry.S sensitive area end */
279 276
280 /* SMP info area: defined by DJB */ 277 /* SMP info area: defined by DJB */
@@ -368,8 +365,7 @@ struct _lowcore
368 /* entry.S sensitive area start */ 365 /* entry.S sensitive area start */
369 cpuid_t cpu_id; /* 0xd80 */ 366 cpuid_t cpu_id; /* 0xd80 */
370 __u32 cpu_nr; /* 0xd88 */ 367 __u32 cpu_nr; /* 0xd88 */
371 __u32 ipl_device; /* 0xd8c */ 368 __u8 pad_0xd8c[0xdc0-0xd8c]; /* 0xd8c */
372 __u8 pad_0xd90[0xdc0-0xd90]; /* 0xd90 */
373 /* entry.S sensitive area end */ 369 /* entry.S sensitive area end */
374 370
375 /* SMP info area: defined by DJB */ 371 /* SMP info area: defined by DJB */