logging: Rename category "Core_ARM11" to "Core_ARM".
This commit is contained in:
parent
3f0caefdf5
commit
45db4bb3ea
10 changed files with 89 additions and 89 deletions
|
@ -52,7 +52,7 @@ System::ResultStatus System::RunLoop(int tight_loop) {
|
|||
// If we don't have a currently active thread then don't execute instructions,
|
||||
// instead advance to the next event and try to yield to the next thread
|
||||
if (Kernel::GetCurrentThread() == nullptr) {
|
||||
LOG_TRACE(Core_ARM11, "Idling");
|
||||
LOG_TRACE(Core_ARM, "Idling");
|
||||
CoreTiming::Idle();
|
||||
CoreTiming::Advance();
|
||||
PrepareReschedule();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue