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)
Wed, Jan 14, 11:45 AM
Unknown Object (File)
Sun, Jan 11, 1:53 AM
Unknown Object (File)
Thu, Jan 8, 2:30 PM
Unknown Object (File)
Thu, Jan 8, 1:34 PM
Unknown Object (File)
Dec 23 2025, 7:14 AM
Unknown Object (File)
Dec 8 2025, 9:23 PM
Unknown Object (File)
Dec 8 2025, 8:45 AM
Unknown Object (File)
Dec 5 2025, 5:21 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