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
F167447307: D34517.id103870.diff
Fri, Aug 21, 8:03 PM
Unknown Object (File)
Thu, Aug 20, 2:45 PM
Unknown Object (File)
Mon, Aug 17, 9:41 AM
Unknown Object (File)
Wed, Aug 12, 4:33 PM
Unknown Object (File)
Wed, Aug 12, 4:33 PM
Unknown Object (File)
Wed, Aug 12, 4:33 PM
Unknown Object (File)
Tue, Aug 11, 10:54 PM
Unknown Object (File)
Tue, Aug 11, 3:13 PM
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