mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 21:28:59 +00:00
Kernel+Userland: Remove supervisor pages concept
There's no real value in separating physical pages to supervisor and user types, so let's remove the concept and just let everyone to use "user" physical pages which can be allocated from any PhysicalRegion we want to use. Later on, we will remove the "user" prefix as this prefix is not needed anymore.
This commit is contained in:
parent
ed9b2a85ed
commit
1c499e75bd
Notes:
sideshowbarker
2024-07-17 08:56:59 +09:00
Author: https://github.com/supercomputer7
Commit: 1c499e75bd
Pull-request: https://github.com/SerenityOS/serenity/pull/14583
8 changed files with 8 additions and 96 deletions
|
@ -36,7 +36,6 @@ private:
|
|||
String m_graph_widget_name {};
|
||||
RefPtr<GUI::Label> m_user_physical_pages_label;
|
||||
RefPtr<GUI::Label> m_user_physical_pages_committed_label;
|
||||
RefPtr<GUI::Label> m_supervisor_physical_pages_label;
|
||||
RefPtr<GUI::Label> m_kmalloc_space_label;
|
||||
RefPtr<GUI::Label> m_kmalloc_count_label;
|
||||
RefPtr<GUI::Label> m_kfree_count_label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue