Kernel: Remove kernel CPU load printing
We still keep track of processor loads but the hacky printing is no longer done in kernel space :)
This commit is contained in:
@@ -197,9 +197,6 @@ namespace Kernel
|
||||
}
|
||||
else switch (key_event.keycode)
|
||||
{
|
||||
case LibInput::keycode_function(1):
|
||||
Processor::toggle_should_print_cpu_load();
|
||||
break;
|
||||
case LibInput::keycode_function(11):
|
||||
DevFileSystem::get().initiate_disk_cache_drop();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user