Merge commit 'v2.6.29-rc4' into sched/core

This commit is contained in:
Ingo Molnar
2009-02-11 10:17:42 +01:00
322 changed files with 5581 additions and 3850 deletions

View File

@ -4793,8 +4793,8 @@ EXPORT_SYMBOL(default_wake_function);
* started to run but is not in state TASK_RUNNING. try_to_wake_up() returns
* zero in this (rare) case, and we handle it by continuing to scan the queue.
*/
static void __wake_up_common(wait_queue_head_t *q, unsigned int mode,
int nr_exclusive, int sync, void *key)
void __wake_up_common(wait_queue_head_t *q, unsigned int mode,
int nr_exclusive, int sync, void *key)
{
wait_queue_t *curr, *next;