Redesign syscalls
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
This commit is contained in:
@@ -337,7 +337,7 @@ void proc_sched (void* regs) {
|
||||
}
|
||||
}
|
||||
|
||||
void proc_kill (struct proc* proc, void* regs) {
|
||||
void proc_kill (struct proc* proc) {
|
||||
spin_lock_ctx_t ctxpr, ctxcpu;
|
||||
struct cpu* cpu = proc->cpu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user