Skip to content

Commit 2938af5

Browse files
borntraegerMartin Schwidefsky
authored andcommitted
[S390] Fix comments in lowcore structure
This patch fixes two addresses in the comments for the lowcore structure. Looks like an copy-paste bug. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
1 parent eaf1b6f commit 2938af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/s390/include/asm/lowcore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ struct _lowcore
315315
__u8 op_access_id; /* 0x0a2 */
316316
__u8 ar_access_id; /* 0x0a3 */
317317
__u8 pad2[0xA8-0xA4]; /* 0x0a4 */
318-
addr_t trans_exc_code; /* 0x0A0 */
319-
addr_t monitor_code; /* 0x09c */
318+
addr_t trans_exc_code; /* 0x0a8 */
319+
addr_t monitor_code; /* 0x0b0 */
320320
__u16 subchannel_id; /* 0x0b8 */
321321
__u16 subchannel_nr; /* 0x0ba */
322322
__u32 io_int_parm; /* 0x0bc */

0 commit comments

Comments
 (0)