test/sys/arch: Fix arch without test/sys/arch/${MACHINE_ARCH}Fixes: 0ddaa4c86d68 ("arm64: Add arm64 SVE tests")Sponsored by: The FreeBSD Foundation
arm64: Add arm64 SVE testsAdd the tests/sys/arch directory for architecture-specific tests anduse it to add arm64 SVE tests. These test the kernel is managing theSVE state in a way we expect.Th
arm64: Add arm64 SVE testsAdd the tests/sys/arch directory for architecture-specific tests anduse it to add arm64 SVE tests. These test the kernel is managing theSVE state in a way we expect.These tests require SVE hardware support to run so will skip when theycan't detect it.Reviewed by: markjSponsored by: Arm LtdDifferential Revision: https://reviews.freebsd.org/D43311
show more ...