# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1493 -> 1.1494 # kernel/sched.c 1.255 -> 1.256 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 04/03/24 michael.waychison@fp-b7-17.sfbay.sun.com 1.1494 # sched.c: # - Export complete_all for module use. # -------------------------------------------- # diff -Nru a/kernel/sched.c b/kernel/sched.c --- a/kernel/sched.c Wed Mar 24 15:30:26 2004 +++ b/kernel/sched.c Wed Mar 24 15:30:26 2004 @@ -1869,6 +1869,8 @@ spin_unlock_irqrestore(&x->wait.lock, flags); } +EXPORT_SYMBOL(complete_all); + void fastcall wait_for_completion(struct completion *x) { might_sleep();