logging: Rename category "Core_ARM11" to "Core_ARM".
This commit is contained in:
parent
0fba69c235
commit
9651b2db3a
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