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)
Mon, Sep 15, 9:48 PM
Unknown Object (File)
Mon, Sep 15, 8:25 PM
Unknown Object (File)
Sun, Sep 14, 10:31 AM
Unknown Object (File)
Sep 8 2025, 10:23 AM
Unknown Object (File)
Sep 5 2025, 1:42 PM
Unknown Object (File)
Sep 3 2025, 8:11 AM
Unknown Object (File)
Aug 26 2025, 7:47 AM
Unknown Object (File)
Aug 22 2025, 5:28 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