Hi again Nick, I ported the patch forward to -bk1>, the problem was here: - if (sync) That should be: - if (sync && (task_cpu(p) == smp_processor_id())) when patchin kernel/sched.c Is this right? Regards, Markus On Thu, 2003-12-04 at 00:15, Nick Piggin wrote: > Markus Hästbacka wrote: > > >Hi Nick, > >I noticed that v19a patch wont apply to 2.6.0-test11-bk1 > > > > Hi Markus, > OK, thanks for the notice, I'll bring it up to date when I get time -- "Software is like sex, it's better when it's free." Markus Hästbacka