-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpu: Return largest possible order from failed v_lookup
v_lookup() is used during unmap() and as such needs to return the largest possible order for addresses that are not mapped in any region. Otherwise unmap() iterates the address space in 2M steps, which takes essentially forever. Co-authored-by: Jan Klötzke <[email protected]> Change-Id: I8891b68b1791685a9c3598edbeec4fb615741591
- Loading branch information
Showing
2 changed files
with
32 additions
and
6 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