···66#ifndef _CRYPTO_INTERNAL_SIMD_H77#define _CRYPTO_INTERNAL_SIMD_H8899+#include <asm/simd.h>910#include <linux/percpu.h>1011#include <linux/types.h>1112···4746 * self-tests, in order to test the no-SIMD fallback code. This override is4847 * currently limited to configurations where the extra self-tests are enabled,4948 * because it might be a bit too invasive to be part of the regular self-tests.5050- *5151- * This is a macro so that <asm/simd.h>, which some architectures don't have,5252- * doesn't have to be included directly here.5349 */5450#ifdef CONFIG_CRYPTO_MANAGER_EXTRA_TESTS5551DECLARE_PER_CPU(bool, crypto_simd_disabled_for_test);