forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/scsi/libfc/fc_exch.c
....@@ -826,10 +826,10 @@
826826 }
827827 memset(ep, 0, sizeof(*ep));
828828
829
- cpu = get_cpu_light();
829
+ cpu = get_cpu();
830830 pool = per_cpu_ptr(mp->pool, cpu);
831831 spin_lock_bh(&pool->lock);
832
- put_cpu_light();
832
+ put_cpu();
833833
834834 /* peek cache of free slot */
835835 if (pool->left != FC_XID_UNKNOWN) {