diff options
Diffstat (limited to 'arch/s390/kernel/compat_linux.h')
-rw-r--r-- | arch/s390/kernel/compat_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/compat_linux.h b/arch/s390/kernel/compat_linux.h index 976518c0592a..1bfda3eca379 100644 --- a/arch/s390/kernel/compat_linux.h +++ b/arch/s390/kernel/compat_linux.h | |||
@@ -27,6 +27,7 @@ typedef union | |||
27 | typedef struct | 27 | typedef struct |
28 | { | 28 | { |
29 | unsigned int fpc; | 29 | unsigned int fpc; |
30 | unsigned int pad; | ||
30 | freg_t32 fprs[__NUM_FPRS]; | 31 | freg_t32 fprs[__NUM_FPRS]; |
31 | } _s390_fp_regs32; | 32 | } _s390_fp_regs32; |
32 | 33 | ||