Re: [patch] smptimers, old BH removal, tq-cleanup, 2.5.39

Ingo Molnar (mingo@elte.hu)
Sun, 29 Sep 2002 21:16:02 +0200 (CEST)


the attached patch is against BK-curr, it removes some more old symbols
from ksyms.c. This makes the kernel compile with modules enabled.

Ingo

--- linux/kernel/ksyms.c.orig Sun Sep 29 21:12:50 2002
+++ linux/kernel/ksyms.c Sun Sep 29 21:13:24 2002
@@ -420,7 +420,6 @@
EXPORT_SYMBOL(del_timer_sync);
#endif
EXPORT_SYMBOL(mod_timer);
-EXPORT_SYMBOL(tvec_bases);

#ifdef CONFIG_SMP

@@ -589,12 +588,8 @@
EXPORT_SYMBOL(strsep);

/* software interrupts */
-EXPORT_SYMBOL(bh_task_vec);
-EXPORT_SYMBOL(init_bh);
-EXPORT_SYMBOL(remove_bh);
EXPORT_SYMBOL(tasklet_init);
EXPORT_SYMBOL(tasklet_kill);
-EXPORT_SYMBOL(__run_task_queue);
EXPORT_SYMBOL(do_softirq);
EXPORT_SYMBOL(raise_softirq);
EXPORT_SYMBOL(open_softirq);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/