Skip to content

Commit

Permalink
Add SIMD metadata in /proc on Linux follow up
Browse files Browse the repository at this point in the history
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 openzfs#16552
  • Loading branch information
behlendorf authored and mcmilk committed Sep 21, 2024
1 parent 3ea9a6d commit d92d229
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions module/zcommon/zfs_prop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit d92d229

Please sign in to comment.