[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pb insmod psc.o with rtl-v3pre9 over linux 2.2.16 (SuSE 7.0) on a i386
- To: rtl@rtlinux.org
- Subject: Pb insmod psc.o with rtl-v3pre9 over linux 2.2.16 (SuSE 7.0) on a i386
- From: Nicolas RICARD <nr@eca.fr>
- Date: Thu, 14 Dec 2000 10:49:11 +0100
- Organization: ECA
- Sender: nricard@pacwan.fr
Hi Everyone,
I installed the rtl-v3pre9 distribution over my linux 2.2.16, applying
manually the kernel patch.
Some of the examples i tried seem to work fine, but i can't insmod the
psc module :
modules/psc.o: unresolved symbol pidhash
It seems that this symbol is defined in the sched.c part of the kernel,
but is never exported.
Please tell me if the solution is to add an "EXPORT_SYMBOL(pidhash);"
line somewhere in the linux source code (perhaps in
arch/i386/kernel/i386_ksyms.c ?) or if this could cause some other
problems.
Regards, Nicolas