Commit 21aadf2e authored by Heiko Carstens's avatar Heiko Carstens Committed by Vasily Gorbik

s390/lowcore: remove superfluous __packed annotations

Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent 0a500447
...@@ -30,9 +30,9 @@ struct lowcore { ...@@ -30,9 +30,9 @@ struct lowcore {
struct { struct {
__u16 ext_cpu_addr; /* 0x0084 */ __u16 ext_cpu_addr; /* 0x0084 */
__u16 ext_int_code; /* 0x0086 */ __u16 ext_int_code; /* 0x0086 */
} __packed; };
__u32 ext_int_code_addr; __u32 ext_int_code_addr;
} __packed; };
__u32 svc_int_code; /* 0x0088 */ __u32 svc_int_code; /* 0x0088 */
__u16 pgm_ilc; /* 0x008c */ __u16 pgm_ilc; /* 0x008c */
__u16 pgm_code; /* 0x008e */ __u16 pgm_code; /* 0x008e */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment