[PATCH 4/6 v6] SGI RTC: export schedule_on_each_cpu

From: Dimitri Sivanich
Date: Tue Mar 03 2009 - 10:18:49 EST


Export schedule_on_each_cpu().

Signed-off-by: Dimitri Sivanich <sivanich@xxxxxxx>

---

kernel/workqueue.c | 1 +
1 file changed, 1 insertion(+)

Index: linux/kernel/workqueue.c
===================================================================
--- linux.orig/kernel/workqueue.c 2009-03-02 08:20:32.000000000 -0600
+++ linux/kernel/workqueue.c 2009-03-02 08:20:57.000000000 -0600
@@ -705,6 +705,7 @@ int schedule_on_each_cpu(work_func_t fun
free_percpu(works);
return 0;
}
+EXPORT_SYMBOL_GPL(schedule_on_each_cpu);

void flush_scheduled_work(void)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/