On Sun, Feb 07, 2021 at 02:45:56PM +0100, Andrea Bolognani wrote:
The current code was written under the assumption that any
platform that supports aarch64 will have either getauxval()
or elf_aux_info(), but that's not always true.
Andrea Bolognani (3):
cpu: Only include <sys/auxv.h> if available
cpu: Only retrieve AT_HWCAP once
cpu: Fix build on some aarch64 platforms
With the commit message fixed in first patch
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>