From 2e646b5e5afc0967eec09684f04a9ff1531b1a9f Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 20 Sep 2024 15:48:12 -0700 Subject: [PATCH] Add SIMD metadata in /proc on Linux follow up This change accidentally broke the FreeBSD build due to a conflict between the simd_stat_init()/simd_stat_fini() macros on FreeBSD and the extern function prototype. Reviewed-by: Tony Hutter Signed-off-by: Brian Behlendorf Closes #16552 --- module/zcommon/zfs_prop.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/zcommon/zfs_prop.c b/module/zcommon/zfs_prop.c index 4eb0cf38a..e2101ed26 100644 --- a/module/zcommon/zfs_prop.c +++ b/module/zcommon/zfs_prop.c @@ -1062,9 +1062,6 @@ EXPORT_SYMBOL(zfs_kfpu_fpregs); extern int __init zcommon_init(void); extern void zcommon_fini(void); -extern void simd_stat_init(void); -extern void simd_stat_fini(void); - int __init zcommon_init(void) {