multi-cpu scheduling WIP
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
#include <libk/std.h>
|
||||
#include <proc/proc.h>
|
||||
|
||||
void do_sched (struct proc* proc);
|
||||
void do_sched (struct proc* proc, spin_lock_t* cpu_lock, spin_lock_ctx_t* ctxcpu);
|
||||
|
||||
#endif // _KERNEL_SYS_SCHED_H
|
||||
|
||||
Reference in New Issue
Block a user