diff options
author | Andreas Kling <awesomekling@gmail.com> | 2020-01-17 22:18:56 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2020-01-17 22:34:36 +0100 |
commit | ad1f79fb4a60c444fbae6d101e1478fdea3afd8c (patch) | |
tree | 3e52322ad5b3be7c1972579039b6eb27f70cb274 /Makefile.subdir | |
parent | f71fc88393896f57259fb6f0262a90e1c4d99c89 (diff) | |
download | serenity-ad1f79fb4a60c444fbae6d101e1478fdea3afd8c.zip |
Kernel: Stop allocating page tables from the super pages pool
We now use the regular "user" physical pages for on-demand page table
allocations. This was by far the biggest source of super physical page
exhaustion, so that bug should be a thing of the past now. :^)
We still have super pages, but they are barely used. They remain useful
for code that requires memory with a low physical address.
Fixes #1000.
Diffstat (limited to 'Makefile.subdir')
0 files changed, 0 insertions, 0 deletions