Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5408
b: refs/heads/master
c: d9b7cc8
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jul 29, 2005
1 parent c17e33a commit 3778c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 9057e9deee648cb2824d83b9eb7058edb5442a21
refs/heads/master: d9b7cc84afc7f4ebcef27691279d557e13128818
1 change: 0 additions & 1 deletion trunk/arch/um/kernel/skas/trap_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ void user_signal(int sig, union uml_pt_regs *regs, int pid)
int segv = ((sig == SIGFPE) || (sig == SIGSEGV) || (sig == SIGBUS) ||
(sig == SIGILL) || (sig == SIGTRAP));

regs->skas.is_user = 1;
if (segv)
get_skas_faultinfo(pid, &regs->skas.faultinfo);
info = &sig_info[sig];
Expand Down

0 comments on commit 3778c09

Please sign in to comment.