OpenZFS: don't call fpu_kern_thread on i386
This commit is contained in:
parent
6955543a88
commit
11322826a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user