Kernel: Fix scheduler thread counter
I was actually never incrementing the counter :D
This commit is contained in:
@@ -361,6 +361,8 @@ namespace Kernel
|
||||
else
|
||||
m_block_queue.add_thread_with_wake_time(node);
|
||||
|
||||
m_thread_count++;
|
||||
|
||||
Processor::set_interrupt_state(state);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user