Re: [PATCH 1/2] sched: move RR_TIMESLICE from sysctl.h to rt.h

From: Ingo Molnar
Date: Wed Feb 20 2013 - 12:50:26 EST



* Tony Luck <tony.luck@xxxxxxxxx> wrote:

> On Wed, Feb 20, 2013 at 7:19 AM, Clark Williams
> <clark.williams@xxxxxxxxx> wrote:
> > Signed-off-by: Clark Williams <clark.williams@xxxxxxxxx>
> > ---
>
> 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 <mingo@xxxxxxxxxx>
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 <fengguang.wu@xxxxxxxxx>
Cc: Clark Williams <williams@xxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
Link: http://lkml.kernel.org/n/tip-xaan1twswggedMR0airtpjui@xxxxxxxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>

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