Page MenuHomeFreeBSD

arm64: Remove ATTR_DEFAULT from pte.h
ClosedPublic

Authored by andrew on Aug 28 2024, 2:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 15, 2:46 PM
Unknown Object (File)
Sun, Nov 10, 10:10 AM
Unknown Object (File)
Sat, Nov 9, 3:22 AM
Unknown Object (File)
Wed, Nov 6, 9:58 PM
Unknown Object (File)
Thu, Oct 24, 7:08 PM
Unknown Object (File)
Oct 16 2024, 5:45 PM
Unknown Object (File)
Oct 14 2024, 5:46 PM
Unknown Object (File)
Oct 13 2024, 6:15 PM
Subscribers

Details

Summary

ATTR_SH(ATTR_SH_IS) will soon be dynamic as the field is moved out of
the page tables in FEAT_LPA2. When this happens ATTR_DEFAULT will just
be ATTR_AF.

Rather than keeping ATTR_DEFAULT with one attribute remove it.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable