kernel remove unused variables
This commit is contained in:
@@ -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 (;;)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user