aarch64: Make cpu-features definitions not Linux-specific
authorSergey Bugaev <bugaevc@gmail.com>
Wed, 3 Jan 2024 17:14:45 +0000 (20:14 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 4 Jan 2024 22:48:54 +0000 (23:48 +0100)
These describe generic AArch64 CPU features, and are not tied to a
kernel-specific way of determining them. We can share them between
the Linux and Hurd AArch64 ports.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-ID: <20240103171502.1358371-13-bugaevc@gmail.com>

sysdeps/aarch64/cpu-features.h [moved from sysdeps/unix/sysv/linux/aarch64/cpu-features.h with 100% similarity]
sysdeps/aarch64/libc-start.c [moved from sysdeps/unix/sysv/linux/aarch64/libc-start.c with 100% similarity]