Shawn Starr wrote:
>
> I have noticed unresolves symbols for the netfilter modules. this occurs
> durning depmod -a.
Note they are the same unresolved symbol.
Ingo Molnar has posted a patch for this, entitled
[patch] softirq-2.4.6-B4
or you can edit kernel/ksyms.c yourself, and add the lines
EXPORT_SYMBOL(do_softirq);
EXPORT_SYMBOL(tasklet_schedule);
EXPORT_SYMBOL(tasklet_hi_schedule);
--
Jeff Garzik | An expert is one who knows more and more about
Building 1024 | less and less until he knows absolutely everything
MandrakeSoft | about nothing.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/