Commit c5b6eef5 authored by Heiko Carstens's avatar Heiko Carstens
Browse files

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: default avatarSven Schnelle <svens@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent b60624bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,