Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ struct pfault_refbk { ...@@ -37,7 +37,7 @@ struct pfault_refbk {
u64 refselmk; u64 refselmk;
u64 refcmpmk; u64 refcmpmk;
u64 reserved; u64 reserved;
} __attribute__ ((packed, aligned(8))); };
static struct pfault_refbk pfault_init_refbk = { static struct pfault_refbk pfault_init_refbk = {
.refdiagc = 0x258, .refdiagc = 0x258,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment