mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
Kernel: Move page remapping into Region::remap_page(index)
Let Region deal with this, instead of everyone calling MemoryManager.
This commit is contained in:
parent
dc35b1d647
commit
fe455c5ac4
4 changed files with 31 additions and 30 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue