X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fs390%2Finclude%2Fasm%2Flowcore.h;h=406d940173ab7ad229076e55291e05975b6da0a5;hb=575b94386bd539a7d803aee9fd4a8d275844c40f;hp=5bc888841eafe8a478e02d2167cd4744db3626c5;hpb=5fbdefcf685defd8bc5a8f37b17538d25c58d77a;p=linux-2.6-microblaze.git diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h index 5bc888841eaf..406d940173ab 100644 --- a/arch/s390/include/asm/lowcore.h +++ b/arch/s390/include/asm/lowcore.h @@ -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))