mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:17:42 +00:00
Revert "Kernel: Don't override FramebufferDevice's memory regions on mmap"
This reverts commit 85ba70d86f
.
This commit is contained in:
parent
09673e7f13
commit
3b39e16e8f
2 changed files with 12 additions and 22 deletions
|
@ -67,7 +67,6 @@ private:
|
|||
|
||||
bool m_graphical_writes_enabled { true };
|
||||
bool m_write_combine { true };
|
||||
bool m_initialized { false };
|
||||
|
||||
RefPtr<Memory::AnonymousVMObject> m_userspace_real_framebuffer_vmobject;
|
||||
Memory::Region* m_userspace_framebuffer_region { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue