mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Make PhysicalRegion eternally allocated
This commit is contained in:
parent
959ceb4424
commit
9ae067aa7f
Notes:
sideshowbarker
2024-07-18 09:07:17 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/9ae067aa7f8
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ namespace Kernel {
|
|||
class PhysicalZone;
|
||||
|
||||
class PhysicalRegion {
|
||||
AK_MAKE_ETERNAL
|
||||
public:
|
||||
static OwnPtr<PhysicalRegion> try_create(PhysicalAddress lower, PhysicalAddress upper)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue