patch-2.4.15 linux/include/asm-s390/sigcontext.h

Next file: linux/include/asm-s390/vtoc.h
Previous file: linux/include/asm-s390/irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/include/asm-s390/sigcontext.h linux/include/asm-s390/sigcontext.h
@@ -26,14 +26,14 @@
 {
         unsigned long mask;
         unsigned long addr;
-} _psw_t __attribute__ ((aligned(8)));
+} __attribute__ ((aligned(8))) _psw_t;
 
 typedef struct
 {
 	_psw_t psw;
 	unsigned long gprs[__NUM_GPRS];
 	unsigned int  acrs[__NUM_ACRS];
-} _s390_regs_common __attribute__ ((packed));
+} _s390_regs_common;
 
 typedef struct
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)