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, Oct 8, 5:05 AM
Unknown Object (File)
Mon, Oct 6, 3:39 PM
Unknown Object (File)
Wed, Sep 24, 6:07 AM
Unknown Object (File)
Wed, Sep 17, 2:24 PM
Unknown Object (File)
Wed, Sep 17, 7:58 AM
Unknown Object (File)
Sep 10 2025, 5:53 AM
Unknown Object (File)
Sep 9 2025, 9:36 AM
Unknown Object (File)
Sep 2 2025, 10:39 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