[LWN Logo]
[LWN.net]
From:	 Ingo Molnar <mingo@elte.hu>
To:	 George Bonser <george@gator.com>
Subject: Re: 2.4.6-pre1 unresolved symbols
Date:	 Tue, 5 Jun 2001 10:25:00 +0200 (CEST)
Cc:	 <linux-kernel@vger.kernel.org>,
	 Linus Torvalds <torvalds@transmeta.com>


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