projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b60624b
)
s390/pfault: remove not needed packed and aligned attributes
author
Heiko Carstens
<hca@linux.ibm.com>
Mon, 24 Jul 2023 15:20:28 +0000
(17:20 +0200)
committer
Heiko Carstens
<hca@linux.ibm.com>
Sat, 29 Jul 2023 12:57:18 +0000
(14:57 +0200)
struct pfault_refbk is naturally packed and aligned; remove not needed
packed and aligned attributes.
Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/mm/pfault.c
patch
|
blob
|
history
diff --git
a/arch/s390/mm/pfault.c
b/arch/s390/mm/pfault.c
index 05865e5616b24f8a0916e84b63269716fa4f988a..e1c8cc14575d1d4375323e6bd9636990feb7417e 100644
(file)
--- a/
arch/s390/mm/pfault.c
+++ b/
arch/s390/mm/pfault.c
@@
-37,7
+37,7
@@
struct pfault_refbk {
u64 refselmk;
u64 refcmpmk;
u64 reserved;
-}
__attribute__ ((packed, aligned(8)))
;
+};
static struct pfault_refbk pfault_init_refbk = {
.refdiagc = 0x258,