Prev: cpuhotplug: make get_online_cpus() scalability by using percpu counter
Next: [PATCH 1/2] rcu: add rcu_access_pointer and rcu_dereference_protect
From: Michal Nazarewicz on 7 Apr 2010 09:50 The __wake_up_locked() function has been exported in case modules need it. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Kyungmin Park <kyungmin.park(a)samsung.com> Cc: Marek Szyprowski <m.szyprowski(a)samsung.com> --- kernel/sched.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/sched.c b/kernel/sched.c index 0a1fce0..5fb8a37 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -3940,6 +3940,7 @@ void __wake_up_locked(wait_queue_head_t *q, unsigned int mode) { __wake_up_common(q, mode, 1, 0, NULL); } +EXPORT_SYMBOL_GPL(__wake_up_locked); void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key) { -- 1.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |