hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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) {