Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211011
b: refs/heads/master
c: 8e87354
h: refs/heads/master
i:
  211009: 7b4bd48
  211007: cd26554
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 27, 2010
1 parent 7cd6864 commit c54a470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: c05628b49b19187841d635dddd3e47caab33242b
refs/heads/master: 8e87354d01b3046aa5e1080419178191f3dce8f0
4 changes: 0 additions & 4 deletions trunk/arch/mn10300/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ static int setup_frame(int sig, struct k_sigaction *ka, sigset_t *set,
regs->d0 = sig;
regs->d1 = (unsigned long) &frame->sc;

set_fs(USER_DS);

/* the tracer may want to single-step inside the handler */
if (test_thread_flag(TIF_SINGLESTEP))
ptrace_notify(SIGTRAP);
Expand Down Expand Up @@ -416,8 +414,6 @@ static int setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
regs->d0 = sig;
regs->d1 = (long) &frame->info;

set_fs(USER_DS);

/* the tracer may want to single-step inside the handler */
if (test_thread_flag(TIF_SINGLESTEP))
ptrace_notify(SIGTRAP);
Expand Down

0 comments on commit c54a470

Please sign in to comment.