diff options
Diffstat (limited to 'arch/s390/mm/fault.c')
-rw-r--r-- | arch/s390/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/fault.c b/arch/s390/mm/fault.c index 2f51a998a67e..3f3b35403d0a 100644 --- a/arch/s390/mm/fault.c +++ b/arch/s390/mm/fault.c | |||
@@ -415,7 +415,7 @@ static inline int do_exception(struct pt_regs *regs, int access) | |||
415 | * The instruction that caused the program check has | 415 | * The instruction that caused the program check has |
416 | * been nullified. Don't signal single step via SIGTRAP. | 416 | * been nullified. Don't signal single step via SIGTRAP. |
417 | */ | 417 | */ |
418 | clear_tsk_thread_flag(tsk, TIF_PER_TRAP); | 418 | clear_pt_regs_flag(regs, PIF_PER_TRAP); |
419 | 419 | ||
420 | if (notify_page_fault(regs)) | 420 | if (notify_page_fault(regs)) |
421 | return 0; | 421 | return 0; |