[PATCH] wake_up_process in ksyms.c

B. James Phillippe (bryan@terran.org)
Wed, 9 Jun 1999 22:39:17 -0700 (PDT)


Greetings,

Was wake_up_process deliberately omitted from the kernel symbol table?

It is missing in 2.2.9 and the 2.2.10-pre's up to 3.

--- /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/