Page MenuHomeFreeBSD

Fix remapping VM attributes on Armada 38x
ClosedPublic

Authored by mw on Jul 23 2017, 4:46 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Apr 24, 3:44 AM
Unknown Object (File)
Mon, Apr 13, 5:38 PM
Unknown Object (File)
Thu, Apr 9, 9:01 AM
Unknown Object (File)
Mon, Apr 6, 2:50 PM
Unknown Object (File)
Sat, Apr 4, 11:04 PM
Unknown Object (File)
Tue, Mar 31, 7:34 PM
Unknown Object (File)
Sun, Mar 29, 6:44 AM
Unknown Object (File)
Mar 23 2026, 10:31 AM
Subscribers

Details

Summary

pmap_remap_vm_attr() function requires indexes to
pte2_attr_tab as the arguments (VM_MEMATTR_).
Mistakenly, instead of them, actual values from the
table were used (PTE2_ATTR_), when applying
work-around for Marvell Armada 38x SoCs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable