Kernel: Move ProcessPagingScope to its own files

This commit is contained in:
Andreas Kling 2020-03-01 15:38:09 +01:00
commit 5e0c4d689f
Notes: sideshowbarker 2024-07-19 08:57:11 +09:00
6 changed files with 91 additions and 23 deletions

View file

@ -35,6 +35,7 @@
#include <Kernel/Thread.h>
#include <Kernel/VM/MemoryManager.h>
#include <Kernel/VM/PageDirectory.h>
#include <Kernel/VM/ProcessPagingScope.h>
#include <LibC/signal_numbers.h>
#include <LibELF/ELFLoader.h>