Spinlock save cpu flags

This commit is contained in:
2026-03-12 22:48:34 +01:00
parent 19793e9126
commit 4760818118
50 changed files with 704 additions and 461 deletions

View File

@@ -4,6 +4,6 @@
#include <libk/std.h>
#include <proc/proc.h>
void do_sched (struct proc* proc, spin_lock_t* cpu_lock);
void do_sched (struct proc* proc, spin_lock_t* cpu_lock, uint64_t lockflags);
#endif // _KERNEL_SYS_SCHED_H