Re: [git pull] RT scheduler updates for tip

From: Ingo Molnar
Date: Mon Jan 12 2009 - 09:46:19 EST



* Gregory Haskins <ghaskins@xxxxxxxxxx> wrote:

> Ingo Molnar wrote:
> > * Ingo Molnar <mingo@xxxxxxx> wrote:
> >
> >
> >>> Hi Ingo,
> >>> I have rebased the series against tip/cpus4096 as of today. I
> >>> built/boot this kernel for both SMP/UP on a 4-way x86_64 box, and they
> >>> look sane. Let me know if they still look broken to you.
> >>>
> >
> > yes, i still get build failures:
> >
> > kernel/sched_rt.c:574: error: 'struct rq' has no member named 'cpu'
> > kernel/sched_rt.c:619: error: 'rq' undeclared (first use in this function)
> > kernel/sched_rt.c:619: error: (Each undeclared identifier is reported only once
> > kernel/sched_rt.c:619: error: for each function it appears in.)
> > kernel/sched_rt.c:667: error: 'rq' undeclared (first use in this function)
> >
> > so i've excluded tip/sched/rt from tip/master for now.
> >
> > Ingo
> >
> Hey Ingo,
> Sorry for all these problems. I am not sure what is happening since
> it seems to build fine for me on this end.
>
> I just pulled down tip/sched/rt (sha
> 0a6d4e1dc9154c4376358663d74060d1e33d203e) and built for my x86_64
> machine with both SMP and UP (configs attached). They both completed
> without errors. Could you send me the config you are having trouble
> with?

dont have it anymore - but you can look at the build error itself and
figure out what config options it needs to trigger such problems - and
whether the code could be simplified/streamlined to not run into such
issues. If there's no #ifdef in a .c file there's rarely such problems.

Ingo
--
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/