scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()
[linux-2.6-microblaze.git] / drivers / scsi / qla2xxx / qla_init.c
index 24322eb..71e31e4 100644 (file)
@@ -9407,7 +9407,7 @@ struct qla_qpair *qla2xxx_create_qpair(struct scsi_qla_host *vha, int qos,
                qpair->rsp->req = qpair->req;
                qpair->rsp->qpair = qpair;
                /* init qpair to this cpu. Will adjust at run time. */
-               qla_cpu_update(qpair, smp_processor_id());
+               qla_cpu_update(qpair, raw_smp_processor_id());
 
                if (IS_T10_PI_CAPABLE(ha) && ql2xenabledif) {
                        if (ha->fw_attributes & BIT_4)