Page MenuHomeFreeBSD

sys: Add AT_HWCAP3 and AT_HWCAP4
ClosedPublic

Authored by andrew on Tue, Jun 24, 11:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 4, 3:30 PM
Unknown Object (File)
Tue, Jul 1, 6:11 PM
Unknown Object (File)
Mon, Jun 30, 9:18 PM
Unknown Object (File)
Mon, Jun 30, 6:26 PM
Unknown Object (File)
Wed, Jun 25, 6:07 PM
Unknown Object (File)
Wed, Jun 25, 9:48 AM

Details

Summary

It is likely we will need these on arm64. Add them in preparation for
flags in these to be added at some point in the future.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

sys/compat/linux/linux_misc.h
89–90

third part, fourth part? Or perhaps just CPU capabilities, continued for all of them

Fix the LINUX_AT_HWCAP* comments

Looks good.

I've verified that we don't have any more AT_ flags in CheriBSD yet.

I wish we would be nice to switch to a less explicit struct sysentvec initialization style so changes didn't produce so much churn, but that would be for another review.

This revision is now accepted and ready to land.Tue, Jun 24, 2:54 PM
This revision was automatically updated to reflect the committed changes.