diff options
Diffstat (limited to 'arch/s390/include/asm/ptrace.h')
-rw-r--r-- | arch/s390/include/asm/ptrace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/include/asm/ptrace.h b/arch/s390/include/asm/ptrace.h index a65846340d5..56da355678f 100644 --- a/arch/s390/include/asm/ptrace.h +++ b/arch/s390/include/asm/ptrace.h | |||
@@ -324,7 +324,8 @@ struct pt_regs | |||
324 | psw_t psw; | 324 | psw_t psw; |
325 | unsigned long gprs[NUM_GPRS]; | 325 | unsigned long gprs[NUM_GPRS]; |
326 | unsigned long orig_gpr2; | 326 | unsigned long orig_gpr2; |
327 | unsigned int svc_code; | 327 | unsigned int int_code; |
328 | unsigned long int_parm_long; | ||
328 | }; | 329 | }; |
329 | 330 | ||
330 | /* | 331 | /* |