Hi folks,

I'm trying to build a scsi driver module to run with
the RedHat 2.2.5-15smp kernel.

I include <linux/modversions.h> to make my module
use mangled kernel symbols. I build on a machine 
running 2.2.5-15smp. When I look at the object 
symbols in my module using "nm" I see them listed
as <symbol>_Rxxxx. I look at the kernel exported
symbols in /proc/ksyms and the symbols are listed
as <symbol>_Rsmp_xxx. Obviously insmod complains
about a symbol version mismatch.

Now my question is : Is the RedHat 2.2.5-15 release
missing some header files (i.e. SMP versions of
modversions.h & modules/*.ver) for building SMP 
kernel modules? Is there a place I can get these?


Thanks in advance for any suggestions.
Gokhan Sozmen


HotBot - Search smarter.
http://www.hotbot.com
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to