mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03: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
@ -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…
Reference in New Issue
Block a user