scsi: lpfc: Use topology_core_id()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 14 Aug 2023 08:18:32 +0000 (10:18 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Oct 2023 12:38:17 +0000 (14:38 +0200)
Use the provided topology helper.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Juergen Gross <jgross@suse.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Zhang Rui <rui.zhang@intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20230814085112.446856860@linutronix.de
drivers/scsi/lpfc/lpfc_init.c

index 3543772a75d729cc6c3b4c03fe2734e059b7a3bc..e7c47ee185a49edd479be5e168c7c682236502a0 100644 (file)
@@ -12456,7 +12456,7 @@ lpfc_cpu_affinity_check(struct lpfc_hba *phba, int vectors)
                cpup = &phba->sli4_hba.cpu_map[cpu];
 #ifdef CONFIG_X86
                cpup->phys_id = topology_physical_package_id(cpu);
-               cpup->core_id = cpuinfo->cpu_core_id;
+               cpup->core_id = topology_core_id(cpu);
                if (lpfc_find_hyper(phba, cpu, cpup->phys_id, cpup->core_id))
                        cpup->flag |= LPFC_CPU_MAP_HYPER;
 #else