projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a50044
)
s390/lowcore: remove superfluous __packed annotations
author
Heiko Carstens
<hca@linux.ibm.com>
Tue, 1 Jun 2021 08:59:09 +0000
(10:59 +0200)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Mon, 7 Jun 2021 15:07:01 +0000
(17:07 +0200)
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/lowcore.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/include/asm/lowcore.h
b/arch/s390/include/asm/lowcore.h
index adf7f473ad8fca8c2cb69870e57e70063ad26ce2..47bde5a20a41cf92bacaa23adca7e2d6051628f4 100644
(file)
--- a/
arch/s390/include/asm/lowcore.h
+++ b/
arch/s390/include/asm/lowcore.h
@@
-30,9
+30,9
@@
struct lowcore {
struct {
__u16 ext_cpu_addr; /* 0x0084 */
__u16 ext_int_code; /* 0x0086 */
- }
__packed
;
+ };
__u32 ext_int_code_addr;
- }
__packed
;
+ };
__u32 svc_int_code; /* 0x0088 */
__u16 pgm_ilc; /* 0x008c */
__u16 pgm_code; /* 0x008e */