mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 <hutter2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #16552
This commit is contained in:
parent
022bf86370
commit
2e646b5e5a
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue