lkml.org 
[lkml]   [2001]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.4.6-pre1 unresolved symbols

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 ?? */
\
 
 \ /
  Last update: 2005-03-22 12:54    [W:0.081 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site