On Mon, 2005-01-24 at 09:02 +0100, Ingo Molnar wrote: > indeed - !PREEMPT_RT compilation broke. I've uploaded -03 with the fix > (and other fixes).
-03 still does not compile with CONFIG_PREEMPT_DESKTOP: [EMAIL PROTECTED]:~/kernel-source/linux-2.6.11-rc2$ make CHK include/linux/version.h make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/linux/compile.h CHK usr/initramfs_list CC net/core/rtnetlink.o net/core/rtnetlink.c: In function `rtnl_lock_interruptible': net/core/rtnetlink.c:63: warning: implicit declaration of function `down_write_interruptible' LD net/core/built-in.o LD net/built-in.o GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 net/built-in.o(.text+0x10f99): In function `rtnl_lock_interruptible': net/core/rtnetlink.c:63: undefined reference to `down_write_interruptible' make: *** [.tmp_vmlinux1] Error 1 Lee - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/