diff options
author | Andreas Kling <kling@serenityos.org> | 2022-08-23 12:38:17 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-08-24 14:57:51 +0200 |
commit | d6ef18f587d4a7e4f58487c84e0b9eb260f3ec5a (patch) | |
tree | c6627f629b245831df710500b05ccd274f7fa911 /Tests | |
parent | dc9d2c1b10999a177f27b0f0f8c3ee6df3a61dad (diff) | |
download | serenity-d6ef18f587d4a7e4f58487c84e0b9eb260f3ec5a.zip |
Kernel: Don't hog the MM lock while unmapping regions
We were holding the MM lock across all of the region unmapping code.
This was previously necessary since the quickmaps used during unmapping
required holding the MM lock.
Now that it's no longer necessary, we can leave the MM lock alone here.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions