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)
Sat, Feb 7, 7:34 PM
Unknown Object (File)
Sat, Feb 7, 7:06 PM
Unknown Object (File)
Sat, Feb 7, 4:44 PM
Unknown Object (File)
Fri, Jan 30, 11:40 PM
Unknown Object (File)
Sun, Jan 25, 4:34 PM
Unknown Object (File)
Sat, Jan 24, 11:32 AM
Unknown Object (File)
Jan 14 2026, 11:45 AM
Unknown Object (File)
Jan 11 2026, 1:53 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