Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321901
b: refs/heads/master
c: f341861
h: refs/heads/master
i:
  321899: 733b3fd
v: v3
  • Loading branch information
Eric Dumazet authored and Linus Torvalds committed Aug 21, 2012
1 parent 778ed91 commit bddf349
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ec5da7f8dc023fc4dcbdd42e87dad231d2c2812d
refs/heads/master: f341861fb0b701139849f8a85c2d3cdff466e8e8
1 change: 1 addition & 0 deletions trunk/kernel/task_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ void task_work_run(void)
p = q->next;
q->func(q);
q = p;
cond_resched();
}
}
}

0 comments on commit bddf349

Please sign in to comment.