Re: pre-2.1.130-3

Wesley Morgan (morganw@engr.sc.edu)
Wed, 25 Nov 1998 01:27:33 -0500 (EST)


On Tue, 24 Nov 1998, Linus Torvalds wrote:

>
> There's a new pre-patch for people who want to test these things out: I'll
> probably make a real 2.1.130 soon just to make sure all the silly problems
> in 2.1.129 are left behind (ie the UP flu in particular that people are
> still discussing even though there's a known cure).

pre3 has some problem in kernel/itimer.c, and the build fails with this
error:

ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.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 \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.a drivers/misc/misc.a drivers/net/net.a drivers/scsi/scsi.a drivers/cdrom/cdrom.a drivers/sound/sound.a drivers/pci/pci.a drivers/pnp/pnp.a drivers/video/video.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
kernel/kernel.o: In function `do_getitimer':
kernel/kernel.o(.text+0x7dfc): undefined reference to `start_bh_atomic'
kernel/kernel.o(.text+0x7e20): undefined reference to `end_bh_atomic'
kernel/kernel.o: In function `do_setitimer':
kernel/kernel.o(.text+0x7f8a): undefined reference to `start_bh_atomic'
kernel/kernel.o(.text+0x7f9d): undefined reference to `end_bh_atomic'
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/