Re: [patch] CFS scheduler, -v5

From: Markus Trippelsdorf
Date: Mon Apr 23 2007 - 01:30:34 EST


On Mon, Apr 23, 2007 at 07:16:59AM +0200, Markus Trippelsdorf wrote:
> On Mon, Apr 23, 2007 at 03:12:29AM +0200, Ingo Molnar wrote:
> >
> > i'm pleased to announce release -v5 of the CFS scheduler patchset. The
> > patch against v2.6.21-rc7 and v2.6.20.7 can be downloaded from:
> ...
> > - feature: add initial sys_sched_yield_to() implementation. Not hooked
> > into the futex code yet, but testers are encouraged to give the
> > syscalls a try, on i686 the new syscall is __NR_yield_to==320, on
> > x86_64 it's __NR_yield_to==280. The prototype is
> > sys_sched_yield_to(pid_t), as suggested by Ulrich Drepper.
>
> The new version does not link here (amd64,smp):
>
> LD .tmp_vmlinux1
> arch/x86_64/kernel/built-in.o:(.rodata+0x1dd8): undefined reference to
> `sys_yield_to'

Changing sys_yield_to to sys_sched_yield_to in include/asm-x86_64/unistd.h
fixes the problem.
--
Markus
-
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/