FreeBSD/src d5fdfa2 (r350166)sys/arm64/arm64 identcpu.c elf_machdep.c, sys/arm64/include elf.h cpu.h

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)

Differential Revision:  https://reviews.freebsd.org/D17137
DeltaFile
+101-4sys/arm64/arm64/identcpu.c
+30-0sys/arm64/include/elf.h
+3-0sys/arm64/arm64/elf_machdep.c
+0-1sys/arm64/include/cpu.h
+134-54 files

UnifiedSplitRaw