mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
Kernel/aarch64: Correctly implement Processor::is_initialized()
This commit is contained in:
parent
27b384e073
commit
1cc06b9985
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
|
||||
ALWAYS_INLINE static bool is_initialized()
|
||||
{
|
||||
return false;
|
||||
return g_current_processor != nullptr;
|
||||
}
|
||||
|
||||
static void flush_tlb_local(VirtualAddress vaddr, size_t page_count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue