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 31, 7:34 PM
Unknown Object (File)
Sun, Mar 29, 6:44 AM
Unknown Object (File)
Mon, Mar 23, 10:31 AM
Unknown Object (File)
Sat, Mar 21, 12:42 AM
Unknown Object (File)
Sun, Mar 15, 7:50 PM
Unknown Object (File)
Mar 3 2026, 6:13 PM
Unknown Object (File)
Mar 3 2026, 12:49 AM
Unknown Object (File)
Feb 7 2026, 7:34 PM
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