From: Christian Borntraeger Date: Thu, 26 Mar 2009 14:24:41 +0000 (+0100) Subject: [S390] Fix comments in lowcore structure X-Git-Tag: upstream/snapshot3+hdmi~19922^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2938af534d47891ddbced552e5d29f7b90bec609;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h index ee4b10f..f94386e 100644 --- a/arch/s390/include/asm/lowcore.h +++ b/arch/s390/include/asm/lowcore.h @@ -315,8 +315,8 @@ struct _lowcore __u8 op_access_id; /* 0x0a2 */ __u8 ar_access_id; /* 0x0a3 */ __u8 pad2[0xA8-0xA4]; /* 0x0a4 */ - addr_t trans_exc_code; /* 0x0A0 */ - addr_t monitor_code; /* 0x09c */ + addr_t trans_exc_code; /* 0x0a8 */ + addr_t monitor_code; /* 0x0b0 */ __u16 subchannel_id; /* 0x0b8 */ __u16 subchannel_nr; /* 0x0ba */ __u32 io_int_parm; /* 0x0bc */