diff options
Diffstat (limited to 'arch/s390/include/asm/lowcore.h')
-rw-r--r-- | arch/s390/include/asm/lowcore.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h index 4349197ab9df..d812cf1a8177 100644 --- a/arch/s390/include/asm/lowcore.h +++ b/arch/s390/include/asm/lowcore.h | |||
@@ -310,7 +310,10 @@ struct _lowcore { | |||
310 | 310 | ||
311 | /* Extended facility list */ | 311 | /* Extended facility list */ |
312 | __u64 stfle_fac_list[32]; /* 0x0f00 */ | 312 | __u64 stfle_fac_list[32]; /* 0x0f00 */ |
313 | __u8 pad_0x1000[0x11b8-0x1000]; /* 0x1000 */ | 313 | __u8 pad_0x1000[0x11b0-0x1000]; /* 0x1000 */ |
314 | |||
315 | /* Pointer to vector register save area */ | ||
316 | __u64 vector_save_area_addr; /* 0x11b0 */ | ||
314 | 317 | ||
315 | /* 64 bit extparam used for pfault/diag 250: defined by architecture */ | 318 | /* 64 bit extparam used for pfault/diag 250: defined by architecture */ |
316 | __u64 ext_params2; /* 0x11B8 */ | 319 | __u64 ext_params2; /* 0x11B8 */ |
@@ -334,9 +337,10 @@ struct _lowcore { | |||
334 | 337 | ||
335 | /* Transaction abort diagnostic block */ | 338 | /* Transaction abort diagnostic block */ |
336 | __u8 pgm_tdb[256]; /* 0x1800 */ | 339 | __u8 pgm_tdb[256]; /* 0x1800 */ |
340 | __u8 pad_0x1900[0x1c00-0x1900]; /* 0x1900 */ | ||
337 | 341 | ||
338 | /* align to the top of the prefix area */ | 342 | /* Software defined save area for vector registers */ |
339 | __u8 pad_0x1900[0x2000-0x1900]; /* 0x1900 */ | 343 | __u8 vector_save_area[1024]; /* 0x1c00 */ |
340 | } __packed; | 344 | } __packed; |
341 | 345 | ||
342 | #endif /* CONFIG_32BIT */ | 346 | #endif /* CONFIG_32BIT */ |