Author: mmacy
Date: Fri Oct 2 01:25:08 2020
New Revision: 366353
URL: https://svnweb.freebsd.org/changeset/base/366353
Log:
OpenZFS: don't call fpu_kern_thread on i386
Modified:
head/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c
Modified: head/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c
==============================================================================
--- head/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c Fri Oct 2
01:08:11 2020 (r366352)
+++ head/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c Fri Oct 2
01:25:08 2020 (r366353)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"