Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267090
b: refs/heads/master
c: 2792065
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Layton authored and Rafael J. Wysocki committed Oct 16, 2011
1 parent 162ea0e commit 7dbdd59
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f126f7334f72e2fd1b7a62bba20c488b86e6e7c4
refs/heads/master: 27920651fe0d16a25632dc238e81b54f3a504869
2 changes: 1 addition & 1 deletion trunk/kernel/freezer.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static void fake_signal_wake_up(struct task_struct *p)
unsigned long flags;

spin_lock_irqsave(&p->sighand->siglock, flags);
signal_wake_up(p, 0);
signal_wake_up(p, 1);
spin_unlock_irqrestore(&p->sighand->siglock, flags);
}

Expand Down

0 comments on commit 7dbdd59

Please sign in to comment.