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 <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#16552
  • Loading branch information
behlendorf authored and tonyhutter committed Nov 13, 2024
1 parent 44c8359 commit 37c3d83
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 @@ -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)
{
Expand Down

0 comments on commit 37c3d83

Please sign in to comment.