> >1) sched.c complains about missing local_bh_count, TQUEUE_BH, ...
you need to #include linux/interrupts.h in sched.c
> Yup, there are files not covered by 20-sched-O1-rml-1.
> Fast search:
>
> werewolf:/usr/src/linux# grep -r SCHED_YIELD *
> arch/alpha/mm/fault.c: current->policy |= SCHED_YIELD;
> arch/mips/mm/fault.c: tsk->policy |= SCHED_YIELD;
> arch/ppc/mm/fault.c: current->policy |= SCHED_YIELD;
> arch/m68k/mm/fault.c: current->policy |= SCHED_YIELD;
> arch/arm/mm/fault-common.c: tsk->policy |= SCHED_YIELD;
> arch/sh/mm/fault.c: current->policy |= SCHED_YIELD;
> arch/ia64/mm/fault.c: current->policy |= SCHED_YIELD;
> arch/mips64/mm/fault.c: tsk->policy |= SCHED_YIELD;
> arch/s390/mm/fault.c: tsk->policy |= SCHED_YIELD;
> arch/s390x/mm/fault.c: tsk->policy |= SCHED_YIELD;
> init/do_mounts.c: current->policy |= SCHED_YIELD;
I did not touch the arch-dependent code because there are other changes
the arches require that need to be made ...
Robert Love
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/