Re: Nick's scheduler v19a

From: Nick Piggin
Date: Sun Dec 07 2003 - 18:26:54 EST




Markus Hästbacka wrote:

Hi again Nick, I ported the patch forward to -bk1>, the problem was
here:
<snip>
- if (sync)
<snip>

That should be:
<snip>
- if (sync && (task_cpu(p) == smp_processor_id()))
<snip>
when patchin kernel/sched.c
Is this right?


Hi Markus,
Yep thats correct.


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