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:
parent
2fc002f778
commit
d8ff46594a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue