Le 29/07/2015 23:08, Mindaugas Rasiukevicius a écrit : > Maxime Villard <[email protected]> wrote: >> Index: sys_pset.c >> =================================================================== >> RCS file: /cvsroot/src/sys/kern/sys_pset.c,v >> retrieving revision 1.18 >> diff -u -r1.18 sys_pset.c >> --- sys_pset.c 25 Feb 2014 18:30:11 -0000 1.18 >> +++ sys_pset.c 29 Jul 2015 20:35:07 -0000 >> @@ -380,6 +380,7 @@ >> mutex_exit(&cpu_lock); >> return EPERM; >> } >> + lwp_unlock(t); >> } >> /* >> * Set the processor-set ID. >> >> >> Ok? >> > > Correct.
ok thanks, I'll commit it > > This is not related to the scheduler, though. > triggerable from it
