i actually think it may be SMP (for whatever odd reason).
you need to configure and compile the kernel, anyhow.
select from one of:
make config (text)
make menuconfig (curses)
make xconfig (Tk)
and make sure SMP is enabled, as well as support for the rest of your
hardware and the features you want.
then: make dep clean bzImage modules
see the Kernel Compile HOWTO
-- Robert M. Love rml@ufl.edu rml@tech9.net- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/