It may not be enough to just recompile your sources. There are some
changes to be made, combos like cli/sti can be replaced with
spin_lock_irqsave/spin_unlock_irqrestore. They will be translated into
cli/sti in an UP build.

I would recommend that you rebuild your kernel and all your modules,
install the kernel image and System.map properly, and run lilo. If you
don't want to overwrite your UP modules, add "-SMP" in the EXTRAVERSION
at the top of /usr/src/linux/Makefile.

The modules should install like this:

$ ll /lib/modules/
total 2
drwxr-xr-x   7 root     root         1024 Jan  5 00:07 2.2.14/
drwxr-xr-x   7 root     root         1024 Jan  5 00:07 2.2.14-SMP/

-- 
Rafael Herrera
Laboratory for Computational Neuroscience
University of Pittsburgh
http://www.neuronet.pitt.edu/~raffo
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to