Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
[linux-2.6-microblaze.git] / arch / s390 / include / asm / lowcore.h
index 5bc8888..406d940 100644 (file)
@@ -185,7 +185,7 @@ struct lowcore {
        /* Transaction abort diagnostic block */
        __u8    pgm_tdb[256];                   /* 0x1800 */
        __u8    pad_0x1900[0x2000-0x1900];      /* 0x1900 */
-} __packed;
+} __packed __aligned(8192);
 
 #define S390_lowcore (*((struct lowcore *) 0))