diff options
author | Brian Behlendorf <[email protected]> | 2024-09-20 15:48:12 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-20 15:48:12 -0700 |
commit | f9d4f1b480beaaa67373a9cdff6652cff255fea8 (patch) | |
tree | 5d257dca627883cffd52770d5beaa1a216c8d023 /module | |
parent | 5d0124396423acb08617bdbbc745b60f54d60b57 (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #16552
Diffstat (limited to 'module')
-rw-r--r-- | module/zcommon/zfs_prop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/module/zcommon/zfs_prop.c b/module/zcommon/zfs_prop.c index 1206210a9..618e863c5 100644 --- a/module/zcommon/zfs_prop.c +++ b/module/zcommon/zfs_prop.c @@ -1075,9 +1075,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) { |