kernel/drivers/scsi/libfc/fc_exch.c
.. .. @@ -826,10 +826,10 @@ 826 826 } 827 827 memset(ep, 0, sizeof(*ep)); 828 828 829 - cpu = get_cpu_light();829 + cpu = get_cpu();830 830 pool = per_cpu_ptr(mp->pool, cpu); 831 831 spin_lock_bh(&pool->lock); 832 - put_cpu_light();832 + put_cpu();833 833 834 834 /* peek cache of free slot */ 835 835 if (pool->left != FC_XID_UNKNOWN) {