mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
Kernel: Remove Process::m_next_address.
This isn't needed now that we have RangeAllocator. :^)
This commit is contained in:
parent
45ff3a7e6a
commit
b1bb737704
2 changed files with 0 additions and 8 deletions
|
@ -309,9 +309,6 @@ private:
|
|||
|
||||
Vector<Retained<Region>> m_regions;
|
||||
|
||||
// FIXME: Implement some kind of ASLR?
|
||||
LinearAddress m_next_region;
|
||||
|
||||
LinearAddress m_return_to_ring3_from_signal_trampoline;
|
||||
LinearAddress m_return_to_ring0_from_signal_trampoline;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue