OpenZFS: don't call fpu_kern_thread on i386

This commit is contained in:
Matt Macy 2020-10-02 01:25:08 +00:00
parent 6955543a88
commit 11322826a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366353

View File

@ -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