tb Don't schedrelease() when reading in-pipe
This commit is contained in:
@ -11,7 +11,7 @@ int32_t SYSCALL0(sys_schedrelease) {
|
||||
Proc *proc = PROCS.current;
|
||||
spinlock_release(&PROCS.spinlock);
|
||||
|
||||
/* proc_sched((void *)frame); */
|
||||
proc_sched((void *)frame);
|
||||
|
||||
return E_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user