]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r350166:
authorEmmanuel Vadot <manu@FreeBSD.org>
Fri, 19 Jun 2020 18:25:27 +0000 (18:25 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Fri, 19 Jun 2020 18:25:27 +0000 (18:25 +0000)
commit4b95d1ffa7a2426c5977e349037a22386a1b88ad
tree210c0872d46f4ac7c30ea77290a85ac4a97e5183
parenta1187fb9dd74bfb595d6b7224ecb569f2c32b51f
MFC r350166:

arm64: Implement HWCAP

Add HWCAP support for arm64.
defines are the same as in Linux and a userland program can use
elf_aux_info to get the data.
We only save the common denominator for all cores in case the
big and little cluster have different support (this is known to
exists even if we don't support those SoCs in FreeBSD)
sys/arm64/arm64/elf_machdep.c
sys/arm64/arm64/identcpu.c
sys/arm64/include/cpu.h
sys/arm64/include/elf.h