Messages in this thread |  | | Date | Wed, 23 Aug 2000 11:38:17 -0400 | From | Michael Rothwell <> | Subject | Re: [PATCH] export wake_up_process on 2.2.17 |
| |
Ingo Molnar wrote: > > On Wed, 23 Aug 2000, Michael Rothwell wrote: > > > +EXPORT_SYMBOL(wake_up_process); > > why is this needed? No include file ever calls wake_up_process directly, > it's an internal scheduler function, not be used from a module directly.
It's exported in 2.4. It's useful for waking up kernel threads. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |