mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-12 22:17:11 -04:00
Remove debug messages
This commit is contained in:
parent
1ab2a9d7f4
commit
d01a10e32c
@ -867,9 +867,6 @@ void scheduler::block_process(){
|
|||||||
thor_assert(current_pid != idle_pid, "No reason to block the idle task");
|
thor_assert(current_pid != idle_pid, "No reason to block the idle task");
|
||||||
thor_assert(is_started(), "The scheduler is not started");
|
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;
|
size_t rflags;
|
||||||
arch::disable_hwint(rflags);
|
arch::disable_hwint(rflags);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user