User-space scheduling for system processes

This commit is contained in:
Erik van der Kouwe
2010-07-01 08:32:33 +00:00
parent b17e3adb60
commit 23284ee7bd
40 changed files with 490 additions and 1166 deletions

View File

@@ -137,7 +137,7 @@ PUBLIC void main(void)
}
else {
/* Don't let the process run for now. */
RTS_SET(rp, RTS_NO_PRIV);
RTS_SET(rp, RTS_NO_PRIV | RTS_NO_QUANTUM);
}
if (iskerneln(proc_nr)) { /* part of the kernel? */