Kernel: Re-add accidentally removed friendship

PageDirectory and MemoryManager need to remain friends, for now..
This commit is contained in:
Andreas Kling 2021-07-13 23:21:22 +02:00
parent 2fc002f778
commit d8ff46594a
Notes: sideshowbarker 2024-07-18 09:06:39 +09:00

View File

@ -105,6 +105,7 @@ extern RecursiveSpinLock s_mm_lock;
class MemoryManager {
AK_MAKE_ETERNAL
friend class PageDirectory;
friend class AnonymousVMObject;
friend class Region;
friend class VMObject;