Kernel: Move VirtualAddress.h into VM/

This commit is contained in:
Andreas Kling
2019-07-09 14:54:26 +02:00
parent 23a6c2086b
commit eca5c2bdf8
Notes: sideshowbarker 2024-07-19 13:21:30 +09:00
9 changed files with 5 additions and 8 deletions

View File

@@ -17,7 +17,6 @@
#include <Kernel/VM/PhysicalRegion.h>
#include <Kernel/VM/Region.h>
#include <Kernel/VM/VMObject.h>
#include <Kernel/VirtualAddress.h>
#define PAGE_ROUND_UP(x) ((((u32)(x)) + PAGE_SIZE - 1) & (~(PAGE_SIZE - 1)))