Ingo Molnar wrote: > * Gregory Haskins wrote: > > >> Ingo Molnar wrote: >> >>> * Ingo Molnar 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 Yes, of course. At least one of us has engaged their brains this AM ;) Thanks. Fix forthcoming. -Greg