gokhan sozmen wrote:
> 
> 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.

It's not important which kernel the machine is running,
the important thing is how the kernel sources were configured.

You have to configure the source tree for a SMP build

#make menuconfig
(enable SMP support)
#make dep

-- 
Rui Sousa
-
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