aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_raidz_math_aarch64_neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/zfs/vdev_raidz_math_aarch64_neon.c')
-rw-r--r--module/zfs/vdev_raidz_math_aarch64_neon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/vdev_raidz_math_aarch64_neon.c b/module/zfs/vdev_raidz_math_aarch64_neon.c
index e3ad06776..0a67ceb84 100644
--- a/module/zfs/vdev_raidz_math_aarch64_neon.c
+++ b/module/zfs/vdev_raidz_math_aarch64_neon.c
@@ -207,7 +207,7 @@ DEFINE_REC_METHODS(aarch64_neon);
static boolean_t
raidz_will_aarch64_neon_work(void)
{
- return (B_TRUE); // __arch64__ requires NEON
+ return (kfpu_allowed());
}
const raidz_impl_ops_t vdev_raidz_aarch64_neon_impl = {