s390/pfault: remove not needed packed and aligned attributes
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 24 Jul 2023 15:20:28 +0000 (17:20 +0200)
committerHeiko 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

index 05865e5..e1c8cc1 100644 (file)
@@ -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,