From: Andrew Vasquez <andrew.vasquez@qlogic.com>
replace them with _smp_processor_id()
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
spin_unlock_irqrestore(&ha->hardware_lock, flags);
qla2x00_next(ha);
- ha->last_irq_cpu = smp_processor_id();
+ ha->last_irq_cpu = _smp_processor_id();
ha->total_isr_cnt++;
if (test_bit(MBX_INTR_WAIT, &ha->mbx_cmd_flags) &&
spin_unlock_irqrestore(&ha->hardware_lock, flags);
qla2x00_next(ha);
- ha->last_irq_cpu = smp_processor_id();
+ ha->last_irq_cpu = _smp_processor_id();
ha->total_isr_cnt++;
if (test_bit(MBX_INTR_WAIT, &ha->mbx_cmd_flags) &&