-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mm] feat: cleanup codes & bugs fixup
feat: moving varea pgmgr to anon. Page manager is only a internal structure of anonymous mapping currently. So it's moved to mm_anon.c now. This patch also includes a bug fix of extra cleanup of varea in page manager while doing varea_merge operations. feat: remove restriction on page install fixup: mm test case. Using the assertion uassert_true(!(lwp_ref_dec(lwp) - 1)) instead of uassert_true(!(lwp_ref_dec(lwp))) since the lwp_ref_dev returns the previous value of the lwp reference Signed-off-by: Shell <[email protected]>
- Loading branch information
Showing
6 changed files
with
93 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters