mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-12 05:58:15 -04:00
Remove debug messages
This commit is contained in:
parent
1ab2a9d7f4
commit
d01a10e32c
@ -866,9 +866,6 @@ scheduler::sleep_queue_ptr* scheduler::queue_ptr(scheduler::pid_t pid){
|
||||
void scheduler::block_process(){
|
||||
thor_assert(current_pid != idle_pid, "No reason to block the idle task");
|
||||
thor_assert(is_started(), "The scheduler is not started");
|
||||
|
||||
k_print_line(current_pid);
|
||||
k_print_line(static_cast<size_t>(pcb[current_pid].state));
|
||||
|
||||
size_t rflags;
|
||||
arch::disable_hwint(rflags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user