diff options
Diffstat (limited to 'arch/s390/mm/fault.c')
| -rw-r--r-- | arch/s390/mm/fault.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/mm/fault.c b/arch/s390/mm/fault.c index 212632d57db9..d30f5986fa85 100644 --- a/arch/s390/mm/fault.c +++ b/arch/s390/mm/fault.c @@ -260,7 +260,6 @@ static noinline void do_no_context(struct pt_regs *regs)  		       " in virtual user address space\n");  	dump_fault_info(regs);  	die(regs, "Oops"); -	do_exit(SIGKILL);  }  static noinline void do_low_address(struct pt_regs *regs) @@ -270,7 +269,6 @@ static noinline void do_low_address(struct pt_regs *regs)  	if (regs->psw.mask & PSW_MASK_PSTATE) {  		/* Low-address protection hit in user mode 'cannot happen'. */  		die (regs, "Low-address protection"); -		do_exit(SIGKILL);  	}  	do_no_context(regs);  |