Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[arch][mmu] align the return of arch_mmu_map and arch_mmu_unmap of all the arches #356

Open
travisg opened this issue Oct 21, 2022 · 1 comment
Labels

Comments

@travisg
Copy link
Member

travisg commented Oct 21, 2022

No description provided.

@travisg
Copy link
Member Author

travisg commented Oct 21, 2022

Currently most of the arches return simply an error condition or not if the map/unmap went through, and try to clean up if there's a partial map. The arm32 code returns the number of pages mapped, which is why the return code is an int. Move the arm32 code to the former, probably.

@travisg travisg added the bug label Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant