1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:27:35 +00:00

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

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;