mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
VM: Remove PhysicalPage::create_eternal().
Now that it is possible to create non-eternal non-freeable pages, PageDirectory can do just that.
This commit is contained in:
parent
010314ee66
commit
d900fe98e2
3 changed files with 1 additions and 9 deletions
|
@ -28,7 +28,6 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
static Retained<PhysicalPage> create_eternal(PhysicalAddress, bool supervisor);
|
||||
static Retained<PhysicalPage> create(PhysicalAddress, bool supervisor, bool may_return_to_freelist = true);
|
||||
|
||||
word retain_count() const { return m_retain_count; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue