Tidy up the page fault code a bit in preparation.

This commit is contained in:
Andreas Kling 2018-11-05 10:29:19 +01:00
commit e85c22fe58
Notes: sideshowbarker 2024-07-19 18:33:41 +09:00
4 changed files with 19 additions and 18 deletions

View file

@ -79,7 +79,7 @@ public:
static void initialize();
PageFaultResponse handlePageFault(const PageFault&);
PageFaultResponse handle_page_fault(const PageFault&);
bool mapRegion(Process&, Region&);
bool unmapRegion(Process&, Region&);