linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] 2.4.6-pre3 unresolved symbol do_softirq
@ 2001-06-13 12:07 Keith Owens
  2001-06-13 12:13 ` David S. Miller
  0 siblings, 1 reply; 21+ messages in thread
From: Keith Owens @ 2001-06-13 12:07 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

do_softirq is called from asm code which does not get preprocessed.
It needs to be exported with no version.

Against 2.4.6-pre3.  Note to users: you must run make mrproper after
applying this patch.

Index: 6-pre3.1/kernel/ksyms.c
--- 6-pre3.1/kernel/ksyms.c Sat, 09 Jun 2001 11:25:53 +1000 kaos (linux-2.4/j/46_ksyms.c 1.1.2.2.1.1.2.1.1.8.2.1.2.1 644)
+++ 6-pre3.1(w)/kernel/ksyms.c Wed, 13 Jun 2001 22:04:07 +1000 kaos (linux-2.4/j/46_ksyms.c 1.1.2.2.1.1.2.1.1.8.2.1.2.1 644)
@@ -536,7 +536,7 @@ EXPORT_SYMBOL(remove_bh);
 EXPORT_SYMBOL(tasklet_init);
 EXPORT_SYMBOL(tasklet_kill);
 EXPORT_SYMBOL(__run_task_queue);
-EXPORT_SYMBOL(do_softirq);
+EXPORT_SYMBOL_NOVERS(do_softirq);
 EXPORT_SYMBOL(tasklet_schedule);
 EXPORT_SYMBOL(tasklet_hi_schedule);
 


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2001-06-13 16:40 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 12:07 [patch] 2.4.6-pre3 unresolved symbol do_softirq Keith Owens
2001-06-13 12:13 ` David S. Miller
2001-06-13 13:48   ` Jeff Garzik
2001-06-13 14:03     ` Keith Owens
2001-06-13 14:06     ` David S. Miller
2001-06-13 14:11       ` Keith Owens
2001-06-13 14:15       ` David S. Miller
2001-06-13 14:37         ` Keith Owens
2001-06-13 13:58   ` Keith Owens
2001-06-13 13:58   ` David S. Miller
2001-06-13 14:01   ` David S. Miller
2001-06-13 14:09     ` Keith Owens
2001-06-13 14:31       ` Bill Pringlemeir
2001-06-13 14:39         ` Keith Owens
2001-06-13 14:21     ` David S. Miller
2001-06-13 14:37       ` Andrew Morton
2001-06-13 14:44       ` Andreas Schwab
2001-06-13 14:53         ` Russell King
2001-06-13 14:52       ` Russell King
2001-06-13 14:55       ` David S. Miller
2001-06-13 16:39         ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).