Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 166 → Rev 167

/SPARTAN/trunk/src/proc/scheduler.c
380,9 → 380,6
* Both tasks and vm mappings are different.
* Replace the old one with the new one.
*/
if (m1) {
vm_uninstall(m1);
}
vm_install(m2);
}
TASK = THREAD->task;