diff options
| author | Peter Zijlstra <[email protected]> | 2014-09-24 10:18:48 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2014-10-28 10:55:23 +0100 |
| commit | e22b886a8a43b147e1994a9f970f678fc0df2033 (patch) | |
| tree | 72ec37c3bc73f1e2e50bd52d153a7a364d09c3b6 /tools/perf/scripts/python/bin | |
| parent | 61ada528dea028331e99e8ceaed87c683ad25de2 (diff) | |
sched/wait: Add might_sleep() checks
Add more might_sleep() checks, suppose someone put a wait_event() like
thing in a wait loop..
Can't put might_sleep() in ___wait_event() because there's the locked
primitives which call ___wait_event() with locks held.
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Oleg Nesterov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions