kernel remove unused variables
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m21s
Build documentation / build-and-deploy (push) Successful in 58s

This commit is contained in:
2026-04-23 22:45:09 +02:00
parent 83509fbe6a
commit 34f7809a2d
7 changed files with 8 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ static void smp_bootstrap (struct limine_mp_info* mp_info) {
proc_register (spin_proc, thiscpu, &rctx);
spin_lock (&spin_proc->cpu->lock, &fc);
do_sched (spin_proc, &spin_proc->cpu->lock, fc);
do_sched (spin_proc, &spin_proc->cpu->lock);
for (;;)
;