diff options
| author | Ingo Molnar <mingo@kernel.org> | 2014-04-14 10:44:42 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2014-04-14 10:44:42 -0400 |
| commit | 740c699a8d316c8bf8593f19e2ca47795e690622 (patch) | |
| tree | a78886955770a477945c5d84e06b2e7678733b54 /include/linux/wait.h | |
| parent | e69af4657e7764d03ad555f0b583d9c4217bcefa (diff) | |
| parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) | |
Merge tag 'v3.15-rc1' into perf/urgent
Pick up the latest fixes.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/wait.h')
| -rw-r--r-- | include/linux/wait.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/wait.h b/include/linux/wait.h index 559044c79232..e7d9d9ed14f5 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h | |||
| @@ -803,17 +803,6 @@ do { \ | |||
| 803 | __ret; \ | 803 | __ret; \ |
| 804 | }) | 804 | }) |
| 805 | 805 | ||
| 806 | |||
| 807 | /* | ||
| 808 | * These are the old interfaces to sleep waiting for an event. | ||
| 809 | * They are racy. DO NOT use them, use the wait_event* interfaces above. | ||
| 810 | * We plan to remove these interfaces. | ||
| 811 | */ | ||
| 812 | extern void sleep_on(wait_queue_head_t *q); | ||
| 813 | extern long sleep_on_timeout(wait_queue_head_t *q, signed long timeout); | ||
| 814 | extern void interruptible_sleep_on(wait_queue_head_t *q); | ||
| 815 | extern long interruptible_sleep_on_timeout(wait_queue_head_t *q, signed long timeout); | ||
| 816 | |||
| 817 | /* | 806 | /* |
| 818 | * Waitqueues which are removed from the waitqueue_head at wakeup time | 807 | * Waitqueues which are removed from the waitqueue_head at wakeup time |
| 819 | */ | 808 | */ |
