summaryrefslogtreecommitdiff
path: root/arch/s390/mm
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-07-24 18:20:28 +0300
committerHeiko Carstens <hca@linux.ibm.com>2023-07-29 15:57:18 +0300
commitc5b6eef58f88810b8e641d8d32d24041fa20e016 (patch)
tree48beb3ca04e790cc485b013e142d144dea50867b /arch/s390/mm
parentb60624bb0a94126a26b9ac9653b4668a1a70ba2a (diff)
downloadlinux-c5b6eef58f88810b8e641d8d32d24041fa20e016.tar.xz
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>
Diffstat (limited to 'arch/s390/mm')
-rw-r--r--arch/s390/mm/pfault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/pfault.c b/arch/s390/mm/pfault.c
index 05865e5616b2..e1c8cc14575d 100644
--- 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,