diff --git a/Kernel/VM/PhysicalRegion.h b/Kernel/VM/PhysicalRegion.h index f9adb086d1..4288c2bc4a 100644 --- a/Kernel/VM/PhysicalRegion.h +++ b/Kernel/VM/PhysicalRegion.h @@ -17,6 +17,7 @@ namespace Kernel { class PhysicalZone; class PhysicalRegion { + AK_MAKE_ETERNAL public: static OwnPtr try_create(PhysicalAddress lower, PhysicalAddress upper) {