diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2020-10-02 01:25:08 +0000 |
|---|---|---|
| committer | Matt Macy <mmacy@FreeBSD.org> | 2020-10-02 01:25:08 +0000 |
| commit | 11322826a4045db30dccd9705783278ad3e8ca76 (patch) | |
| tree | c8fd52615b452be6e929f9b6994c939e0fedf2b4 /sys/contrib | |
| parent | 6955543a8897fd94bf62db1099798f68e323001a (diff) | |
Notes
Diffstat (limited to 'sys/contrib')
| -rw-r--r-- | sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c b/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c index cc025de959e3..1050816cd968 100644 --- a/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c +++ b/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c @@ -169,7 +169,7 @@ taskq_tsd_set(void *context) { taskq_t *tq = context; -#if defined(__amd64__) || defined(__i386__) || defined(__aarch64__) +#if defined(__amd64__) || defined(__aarch64__) if (context != NULL && tsd_get(taskq_tsd) == NULL) fpu_kern_thread(FPU_KERN_NORMAL); #endif |
