Page MenuHomeFreeBSD

Fix calculating l0index in _pmap_alloc_l3 on arm64
ClosedPublic

Authored by andrew on Mar 10 2022, 3:22 PM.
Tags
None
Referenced Files
F114891192: D34517.diff
Fri, Apr 18, 5:04 AM
Unknown Object (File)
Mar 14 2025, 3:21 PM
Unknown Object (File)
Mar 2 2025, 3:25 PM
Unknown Object (File)
Feb 23 2025, 11:43 AM
Unknown Object (File)
Feb 23 2025, 3:35 AM
Unknown Object (File)
Feb 22 2025, 12:04 PM
Unknown Object (File)
Feb 13 2025, 2:53 PM
Unknown Object (File)
Feb 12 2025, 7:58 AM
Subscribers

Details

Summary

When moving from the l1 index to l0 index we need to use the l1 shift
value not the l0 shift value. With 4k pages they are identical, however
with 16k pages we only have 2 l0 entries so the shift value is incorrect.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44733
Build 41621: arc lint + arc unit