1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

Kernel: Make PhysicalRegion eternally allocated

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

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)
{