···11/* SPDX-License-Identifier: GPL-2.0 */22+#ifndef _ASM_GENERIC_SIMD_H33+#define _ASM_GENERIC_SIMD_H2433-#include <linux/hardirq.h>55+#include <linux/compiler_attributes.h>66+#include <linux/preempt.h>77+#include <linux/types.h>4859/*610 * may_use_simd - whether it is allowable at this time to issue SIMD···1713{1814 return !in_interrupt();1915}1616+1717+#endif /* _ASM_GENERIC_SIMD_H */