Kernel: Make PhysicalRegion eternally allocated

This commit is contained in:
Andreas Kling 2021-07-13 19:17:02 +02:00
parent 959ceb4424
commit 9ae067aa7f
Notes: sideshowbarker 2024-07-18 09:07:17 +09:00

View file

@ -17,6 +17,7 @@ namespace Kernel {
class PhysicalZone;
class PhysicalRegion {
AK_MAKE_ETERNAL
public:
static OwnPtr<PhysicalRegion> try_create(PhysicalAddress lower, PhysicalAddress upper)
{