* Tony Luck <[email protected]> wrote:
> On Wed, Feb 20, 2013 at 7:19 AM, Clark Williams
> <[email protected]> wrote:
> > Signed-off-by: Clark Williams <[email protected]>
> > ---
>
> This happens to unbreak the ia64 build which is currently grumbling about:
>
> arch/ia64/kernel/init_task.c:38: error: 'RR_TIMESLICE' undeclared here
> (not in a function)
>
> So I'd be happy if it got applied directly to Linus tree before I get too big
> of
> a bisection gap.
Hm, didn't it get fixed via the commit below?
Thanks,
Ingo
--------------------->
commit 77852fea6e2442a0e654a9292060489895de18c7
Author: Ingo Molnar <[email protected]>
Date: Sat Feb 16 09:46:48 2013 +0100
sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>
IA64 relied on it through sched.h inclusion:
arch/ia64/kernel/init_task.c:38:11: error: 'MAX_PRIO' undeclared here
(not in a function)
arch/ia64/kernel/init_task.c:38:11: error: 'RR_TIMESLICE' undeclared here
(not in a function)
Reported-by: kbuild test robot <[email protected]>
Cc: Clark Williams <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
--
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/