forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 9df731a176aab8e03b984b681b1bea01ccff6644
kernel/drivers/scsi/libfc/fc_exch.c
....@@ -833,10 +833,10 @@
833833 }
834834 memset(ep, 0, sizeof(*ep));
835835
836
- cpu = get_cpu();
836
+ cpu = get_cpu_light();
837837 pool = per_cpu_ptr(mp->pool, cpu);
838838 spin_lock_bh(&pool->lock);
839
- put_cpu();
839
+ put_cpu_light();
840840
841841 /* peek cache of free slot */
842842 if (pool->left != FC_XID_UNKNOWN) {