diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2009-03-26 10:24:41 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-03-26 10:24:26 -0400 |
commit | 2938af534d47891ddbced552e5d29f7b90bec609 (patch) | |
tree | 06c15ddfac73614f92a63faafb59c10d829a2264 /arch/s390 | |
parent | eaf1b6fbca8d9be87bef2eafaa3f40bffe26ce04 (diff) |
[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>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/lowcore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h index ee4b10ff9387..f94386ece0d3 100644 --- a/arch/s390/include/asm/lowcore.h +++ b/arch/s390/include/asm/lowcore.h | |||
@@ -315,8 +315,8 @@ struct _lowcore | |||
315 | __u8 op_access_id; /* 0x0a2 */ | 315 | __u8 op_access_id; /* 0x0a2 */ |
316 | __u8 ar_access_id; /* 0x0a3 */ | 316 | __u8 ar_access_id; /* 0x0a3 */ |
317 | __u8 pad2[0xA8-0xA4]; /* 0x0a4 */ | 317 | __u8 pad2[0xA8-0xA4]; /* 0x0a4 */ |
318 | addr_t trans_exc_code; /* 0x0A0 */ | 318 | addr_t trans_exc_code; /* 0x0a8 */ |
319 | addr_t monitor_code; /* 0x09c */ | 319 | addr_t monitor_code; /* 0x0b0 */ |
320 | __u16 subchannel_id; /* 0x0b8 */ | 320 | __u16 subchannel_id; /* 0x0b8 */ |
321 | __u16 subchannel_nr; /* 0x0ba */ | 321 | __u16 subchannel_nr; /* 0x0ba */ |
322 | __u32 io_int_parm; /* 0x0bc */ | 322 | __u32 io_int_parm; /* 0x0bc */ |