kernel: reduce log message spam during boot
This commit is contained in:
@@ -33,6 +33,5 @@ kern_status_t sched_init(void)
|
||||
this_cpu->c_current_thread = this_thread;
|
||||
put_cpu(this_cpu);
|
||||
|
||||
printk("sched: initialised");
|
||||
return status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user