Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180533
b: refs/heads/master
c: 22a8cdd
h: refs/heads/master
i:
  180531: 8688383
v: v3
  • Loading branch information
Kyle McMartin authored and Linus Torvalds committed Feb 12, 2010
1 parent 2ffc3bb commit f777ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0e9695d9a45e9ea643f2f4e7f2859876940c58ae
refs/heads/master: 22a8cdd60339d931d0dca54427712b2714e5ba8b
4 changes: 3 additions & 1 deletion trunk/arch/parisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,9 @@ handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka,
recalc_sigpending();
spin_unlock_irq(&current->sighand->siglock);

tracehook_signal_handler(sig, info, ka, regs, 0);
tracehook_signal_handler(sig, info, ka, regs,
test_thread_flag(TIF_SINGLESTEP) ||
test_thread_flag(TIF_BLOCKSTEP));

return 1;
}
Expand Down

0 comments on commit f777ac9

Please sign in to comment.