Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176123
b: refs/heads/master
c: a01523c
h: refs/heads/master
i:
  176121: 188cab6
  176119: 7544bf7
v: v3
  • Loading branch information
Michal Simek committed Dec 14, 2009
1 parent 7254e40 commit 2f778b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e051af576a414b6fcfe6589e99b2357522718050
refs/heads/master: a01523cdcd2439b553086127be3d30ac9c3cb651
4 changes: 4 additions & 0 deletions trunk/arch/microblaze/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ static void 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

0 comments on commit 2f778b0

Please sign in to comment.