s390/pfault: remove not needed packed and aligned attributes

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>
This commit is contained in:
Heiko Carstens 2023-07-24 17:20:28 +02:00
parent b60624bb0a
commit c5b6eef58f

View 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,