Kernel warnings may be seen with preempt debugging enabled.
Replace smp_processor_id calls with raw_smp_processor_id or cpu information
stored in hdwq structures.
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
 
                lpfc_nvmeio_data(phba,
                                 "NVMET ABTS RCV: xri x%x CPU %02x rjt %d\n",
-                                xri, smp_processor_id(), 0);
+                                xri, raw_smp_processor_id(), 0);
 
                req = &ctxp->ctx.fcp_req;
                if (req)