mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:27:34 +00:00
Kernel: Add more stubs needed for Thread.cpp
This commit is contained in:
parent
1e3edb3b76
commit
69efded562
4 changed files with 27 additions and 0 deletions
|
@ -53,4 +53,9 @@ void Processor::flush_tlb(Memory::PageDirectory const*, VirtualAddress vaddr, si
|
|||
flush_tlb_local(vaddr, page_count);
|
||||
}
|
||||
|
||||
u32 Processor::clear_critical()
|
||||
{
|
||||
TODO_AARCH64();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue