mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
Commented debug code
This commit is contained in:
parent
9eaefb6d6c
commit
e11b49b566
@ -104,7 +104,7 @@ namespace Tasking
|
||||
{
|
||||
SmartCriticalSection(TaskingLock);
|
||||
CPUData *CurrentCPU = GetCurrentCPU();
|
||||
debug("Scheduler called on CPU %d.", CurrentCPU->ID);
|
||||
// debug("Scheduler called on CPU %d.", CurrentCPU->ID);
|
||||
|
||||
schedbg("================================================================");
|
||||
schedbg("Status: 0-ukn | 1-rdy | 2-run | 3-wait | 4-term");
|
||||
|
Loading…
x
Reference in New Issue
Block a user