Page MenuHomeFreeBSD

Move arm64 pagetable related macros from locore.S to pte.h
AbandonedPublic

Authored by siddharthtuli_gmail.com on Nov 9 2019, 6:53 AM.
Tags
Referenced Files
Unknown Object (File)
Wed, Apr 16, 11:01 AM
Unknown Object (File)
Sat, Apr 12, 8:09 AM
Unknown Object (File)
Jan 13 2025, 5:16 AM
Unknown Object (File)
Oct 4 2024, 4:31 AM
Unknown Object (File)
Sep 27 2024, 8:34 PM
Unknown Object (File)
Sep 22 2024, 6:07 AM
Unknown Object (File)
Sep 20 2024, 1:39 PM
Unknown Object (File)
Sep 20 2024, 10:15 AM

Details

Reviewers
manu
andrew
Group Reviewers
arm64
Summary

Move arm64 pagetable related macros from locore.S to pte.h

Test Plan

N/A

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/arm64/arm64/pmap.c also define them.

andrew requested changes to this revision.Nov 9 2019, 12:59 PM

I already have D22241 to remove these macros.

This revision now requires changes to proceed.Nov 9 2019, 12:59 PM

I already have D22241 to remove these macros.

Thanks. Since D22241 takes care of this change set, this review (D22290) can therefore be discarded.