Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339044
b: refs/heads/master
c: f57d56d
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov committed Nov 3, 2012
1 parent 2bb8fa7 commit b5ceed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 0d13ac96b9c38e3e5434c93990e4bbf0939ab199
refs/heads/master: f57d56dd29003435d1bfc0e675896c368180f8ec
4 changes: 1 addition & 3 deletions trunk/arch/powerpc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,8 @@ static int do_signal(struct pt_regs *regs)

void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags)
{
if (thread_info_flags & _TIF_UPROBE) {
clear_thread_flag(TIF_UPROBE);
if (thread_info_flags & _TIF_UPROBE)
uprobe_notify_resume(regs);
}

if (thread_info_flags & _TIF_SIGPENDING)
do_signal(regs);
Expand Down

0 comments on commit b5ceed3

Please sign in to comment.