mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +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
Notes:
sideshowbarker
2024-07-18 09:06:39 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d8ff46594a6
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
Reference in a new issue