Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191569
b: refs/heads/master
c: 6ea5096
h: refs/heads/master
i:
  191567: 55923c9
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed May 17, 2010
1 parent afc06f9 commit 1ff1e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10d3858950557cd3cc05f647ede597114c610177
refs/heads/master: 6ea50968274673ea7b58695efec2eeb55ca2f5dd
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ static void default_trap_handler(struct pt_regs * regs, long interruption_code)
{
if (regs->psw.mask & PSW_MASK_PSTATE) {
local_irq_enable();
do_exit(SIGSEGV);
report_user_fault(interruption_code, regs);
do_exit(SIGSEGV);
} else
die("Unknown program exception", regs, interruption_code);
}
Expand Down

0 comments on commit 1ff1e47

Please sign in to comment.