On Tue, 5 Jun 2001, George Bonser wrote:

> depmod:         do_softirq
> depmod:         tasklet_hi_schedule

forgot about those - the attached softirq-2.4.6-A0 patch exports these
symbols.

        Ingo
--- linux/kernel/ksyms.c.orig   Tue Jun  5 09:59:44 2001
+++ linux/kernel/ksyms.c        Tue Jun  5 10:00:18 2001
@@ -535,6 +535,9 @@
 EXPORT_SYMBOL(tasklet_init);
 EXPORT_SYMBOL(tasklet_kill);
 EXPORT_SYMBOL(__run_task_queue);
+EXPORT_SYMBOL(do_softirq);
+EXPORT_SYMBOL(tasklet_schedule);
+EXPORT_SYMBOL(tasklet_hi_schedule);
 
 /* init task, for moving kthread roots - ought to export a function ?? */
 

Reply via email to