Skip to content

Commit 2e646b5

Browse files
behlendorftonyhutter
authored andcommitted
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 openzfs#16552
1 parent 022bf86 commit 2e646b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

module/zcommon/zfs_prop.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,9 +1062,6 @@ EXPORT_SYMBOL(zfs_kfpu_fpregs);
10621062
extern int __init zcommon_init(void);
10631063
extern void zcommon_fini(void);
10641064

1065-
extern void simd_stat_init(void);
1066-
extern void simd_stat_fini(void);
1067-
10681065
int __init
10691066
zcommon_init(void)
10701067
{

0 commit comments

Comments
 (0)