Page MenuHomeFreeBSD

am64: Allow cpu.h to be included from assembly
ClosedPublic

Authored by andrew on May 3 2024, 4:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 5:03 PM
Unknown Object (File)
Thu, May 14, 6:58 PM
Unknown Object (File)
Thu, May 14, 6:58 PM
Unknown Object (File)
Thu, May 14, 6:56 PM
Unknown Object (File)
Sun, May 3, 6:50 PM
Unknown Object (File)
Thu, Apr 30, 4:38 AM
Unknown Object (File)
Thu, Apr 30, 12:03 AM
Unknown Object (File)
Wed, Apr 29, 3:49 AM
Subscribers

Diff Detail

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

Event Timeline

andrew requested review of this revision.May 3 2024, 4:24 PM
This revision is now accepted and ready to land.May 3 2024, 8:43 PM

We have some LOCORE exclusions elsewhere in arm64/include (and even sys/sys) that I think were intended to serve the same purpose, I wonder if those should be made consistent (__ASSEMBLER__ seems more accurate).