Let's export wake_up_process

B. James Phillippe (bryan@terran.org)
Fri, 18 Jun 1999 21:51:53 -0700 (PDT)


Greetings,

I think this makes sense, particularly for modules that start kernel
threads. Originally against 2.2.9:

--- /usr/home/bryan/tmp/ksyms.orig Wed Jun 9 22:32:23 1999
+++ kernel/ksyms.c Wed Jun 9 22:36:54 1999
@@ -304,6 +304,7 @@
EXPORT_SYMBOL(release_region);

/* process management */
+EXPORT_SYMBOL(wake_up_process);
EXPORT_SYMBOL(__wake_up);
EXPORT_SYMBOL(sleep_on);
EXPORT_SYMBOL(sleep_on_timeout);

-bp

--
# bryan at terran dot org
# http://www.terran.org/~bryan

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/