Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm/ptguards: use iterator instead of slice indexing
Zip two iterators instead of manually indexing into a slice in PerCPUPageMappingGuard::create_4k_pages(), as it is more conventional Rust. Signed-off-by: Carlos López <[email protected]>
- Loading branch information