We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959153d commit 7717aefCopy full SHA for 7717aef
arch/s390/include/asm/lowcore.h
@@ -293,12 +293,12 @@ struct _lowcore
293
__u64 clock_comparator; /* 0x02d0 */
294
__u32 machine_flags; /* 0x02d8 */
295
__u32 ftrace_func; /* 0x02dc */
296
- __u8 pad_0x02f0[0x0300-0x02f0]; /* 0x02f0 */
+ __u8 pad_0x02e0[0x0300-0x02e0]; /* 0x02e0 */
297
298
/* Interrupt response block */
299
__u8 irb[64]; /* 0x0300 */
300
301
- __u8 pad_0x0400[0x0e00-0x0400]; /* 0x0400 */
+ __u8 pad_0x0340[0x0e00-0x0340]; /* 0x0340 */
302
303
/*
304
* 0xe00 contains the address of the IPL Parameter Information
0 commit comments