···339339 * one CPU at a time can enter the process, while the others340340 * will be spinning at the same lock.341341 */342342- lidx = smp_processor_id() % cmdqv->num_lvcmdqs_per_vintf;342342+ lidx = raw_smp_processor_id() % cmdqv->num_lvcmdqs_per_vintf;343343 vcmdq = vintf->lvcmdqs[lidx];344344 if (!vcmdq || !READ_ONCE(vcmdq->enabled))345345 return NULL;