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)
Tue, Mar 3, 6:13 PM
Unknown Object (File)
Tue, Mar 3, 12:49 AM
Unknown Object (File)
Feb 7 2026, 7:34 PM
Unknown Object (File)
Feb 7 2026, 7:06 PM
Unknown Object (File)
Feb 7 2026, 4:44 PM
Unknown Object (File)
Jan 30 2026, 11:40 PM
Unknown Object (File)
Jan 25 2026, 4:34 PM
Unknown Object (File)
Jan 24 2026, 11:32 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