Re: 2.6.14-rt15: cannot build with !PREEMPT_RT

From: Lee Revell
Date: Sun Nov 27 2005 - 14:56:57 EST


On Sun, 2005-11-27 at 13:30 +0100, Ingo Molnar wrote:
> * Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> > On Sat, 2005-11-26 at 14:05 -0500, Lee Revell wrote:
> >
> > > -rt19 seems to work except that asm/io_apic.h fails to include
> > > asm/apicdef.h so MAX_IO_APICS is undefined.
> >
> > The patch below fixes the Makefile x86_64 clutter and the io_apic
> > compile problem
>
> thanks, applied.

-rt19 still does not boot for me with PREEMPT_DESKTOP and the latency
debugging options enabled (same .config I sent previously). I get
endless screenfuls of "=============" on boot. grep shows that these
most likely come from kernel/rt.c.

rlrevell@mindpipe:~$ grep -rI "=====================" linux-2.6.14-rt19/kernel/
linux-2.6.14-rt19/kernel/rt.c: printk("=============================================\n\n");
linux-2.6.14-rt19/kernel/rt.c: printk("\n==========================================\n");
linux-2.6.14-rt19/kernel/rt.c: printk("\n===========================================\n");
linux-2.6.14-rt19/kernel/rt.c: printk("\n============================================\n");

Lee

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