kernel/drivers/scsi/libfc/fc_exch.c
.. .. @@ -833,10 +833,10 @@ 833 833 } 834 834 memset(ep, 0, sizeof(*ep)); 835 835 836 - cpu = get_cpu();836 + cpu = get_cpu_light();837 837 pool = per_cpu_ptr(mp->pool, cpu); 838 838 spin_lock_bh(&pool->lock); 839 - put_cpu();839 + put_cpu_light();840 840 841 841 /* peek cache of free slot */ 842 842 if (pool->left != FC_XID_UNKNOWN) {