aboutsummaryrefslogtreecommitdiff
path: root/module/icp/core/kcf_sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/icp/core/kcf_sched.c')
-rw-r--r--module/icp/core/kcf_sched.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/icp/core/kcf_sched.c b/module/icp/core/kcf_sched.c
index 40d50553d67e..81fd15f8ea26 100644
--- a/module/icp/core/kcf_sched.c
+++ b/module/icp/core/kcf_sched.c
@@ -1308,9 +1308,7 @@ kcf_reqid_insert(kcf_areq_node_t *areq)
kcf_areq_node_t *headp;
kcf_reqid_table_t *rt;
- kpreempt_disable();
- rt = kcf_reqid_table[CPU_SEQID & REQID_TABLE_MASK];
- kpreempt_enable();
+ rt = kcf_reqid_table[CPU_SEQID_UNSTABLE & REQID_TABLE_MASK];
mutex_enter(&rt->rt_lock);