]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux: export AT_HWCAP and AT_HWCAP2 on aarch64
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Tue, 1 Jun 2021 12:12:25 +0000 (13:12 +0100)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Tue, 1 Jun 2021 12:50:20 +0000 (13:50 +0100)
commitb501b2ae52f3ccb384584dcbb5dc4a4568cc0096
treecb2c21c0778f7cacb56a5595f200378c5d7cfc32
parentec7b47fc81b22470fb177d9e03b5a76818eee65f
linux: export AT_HWCAP and AT_HWCAP2 on aarch64

The flag values seem to be the same between Linux and FreeBSD.
Comparing to a Linux VM on the same hardware, we're missing
HWCAP_EVTSTRM, HWCAP_CPUID, HWCAP_DCPOP, HWCAP_USCAT, HWCAP_PACA,
and HWCAP_PACG.

Reviewed By: mhorne, emaste
Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D30540
sys/arm64/linux/linux_sysvec.c