Commit 21aadf2e authored by Heiko Carstens's avatar Heiko Carstens Committed by Vasily Gorbik
Browse files

s390/lowcore: remove superfluous __packed annotations

parent 0a500447
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@ struct lowcore {
		struct {
			__u16 ext_cpu_addr;	/* 0x0084 */
			__u16 ext_int_code;	/* 0x0086 */
		} __packed;
		};
		__u32 ext_int_code_addr;
	} __packed;
	};
	__u32	svc_int_code;			/* 0x0088 */
	__u16	pgm_ilc;			/* 0x008c */
	__u16	pgm_code;			/* 0x008e */