patch-2.4.15 linux/include/asm-s390x/sigcontext.h
Next file: linux/include/asm-s390x/spinlock.h
Previous file: linux/include/asm-s390x/s390-regs-common.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Nov 9 14:11:15 2001
- Orig file:
v2.4.14/linux/include/asm-s390x/sigcontext.h
- Orig date:
Tue Feb 13 14:13:44 2001
diff -u --recursive --new-file v2.4.14/linux/include/asm-s390x/sigcontext.h linux/include/asm-s390x/sigcontext.h
@@ -24,14 +24,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)