Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333685
b: refs/heads/master
c: 7f1c616
h: refs/heads/master
i:
  333683: 1361cf3
v: v3
  • Loading branch information
Al Viro committed Oct 1, 2012
1 parent 59fe82b commit 18e5ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 548916e9f59ba35174122e33c48ac744410973fa
refs/heads/master: 7f1c6168259f8d75c08f64aae3c8c93b2801eb37
7 changes: 2 additions & 5 deletions trunk/arch/microblaze/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ static int setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,

set_fs(USER_DS);

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

#ifdef DEBUG_SIG
printk(KERN_INFO "SIG deliver (%s:%d): sp=%p pc=%08lx\n",
current->comm, current->pid, frame, regs->pc);
Expand Down Expand Up @@ -323,7 +319,8 @@ handle_signal(unsigned long sig, struct k_sigaction *ka,
if (ret)
return;

signal_delivered(sig, info, ka, regs, 0);
signal_delivered(sig, info, ka, regs,
test_thread_flag(TIF_SINGLESTEP));
}

/*
Expand Down

0 comments on commit 18e5ccf

Please sign in to comment.