1
Fork 0
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:
Gunnar Beutner 2022-10-16 16:58:44 +02:00 committed by Linus Groh
parent 1e3edb3b76
commit 69efded562
4 changed files with 27 additions and 0 deletions

View file

@ -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();
}
}