Problem with SMP - 2.0.36 - raid0145-19990309-patch

Dietmar Stein (dstein2203@t-online.de)
Wed, 31 Mar 1999 22:17:08 +0200


Hi

I have kernel 2.0.36 running on a single processor machine with raid0145
(patch 0309-2.0.36) applied, which is running fine and stable.
After adding the same patch to a dual processor machine and recompiling
the kernel with SMP-option, I get the following error message while
"make zdisk", "make zlilo" or "make zImage".
The apply of the patch worked without mistakes in both cases.

?

Dietmar

...
ld -m elf_i386 -Ttext 0x100000 -e stext arch/i386/kernel/head.o
init/main.o init/version.o \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o net/network.a \
fs/filesystems.a \
drivers/block/block.a drivers/char/char.a drivers/net/net.a
drivers/scsi/scsi.a drivers/pci/pci.a \
/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
/usr/src/linux/arch/i386/lib/lib.a -o vmlinux
init/main.o: In function `start_secondary':
init/main.o(.text+0xa02): undefined reference to `cpu_idle'
init/main.o: In function `smp_init':
init/main.o(.text+0xa37): undefined reference to `cpu_idle'
init/main.o: In function `start_kernel':
init/main.o(.text+0xc7a): undefined reference to `cpu_idle'
make: *** [vmlinux] Error 1

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/