Kernel: Move page remapping into Region::remap_page(index)

Let Region deal with this, instead of everyone calling MemoryManager.
This commit is contained in:
Andreas Kling 2019-11-03 15:32:11 +01:00
commit fe455c5ac4
Notes: sideshowbarker 2024-07-19 11:26:59 +09:00
4 changed files with 31 additions and 30 deletions

View file

@ -98,8 +98,6 @@ private:
void register_region(Region&);
void unregister_region(Region&);
void remap_region_page(Region&, unsigned page_index_in_region);
void initialize_paging();
void flush_entire_tlb();
void flush_tlb(VirtualAddress);