]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: smp: Moved cpu_logical_map[] to smp.h
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 3 Jun 2019 23:18:29 +0000 (16:18 -0700)
committerWill Deacon <will.deacon@arm.com>
Wed, 5 Jun 2019 12:09:11 +0000 (13:09 +0100)
commit57640a0f92ad5e7843f1cfc857f4e51743e3050b
treefcf84472db9a0a4ef35b1dcde573ba03e9acf486
parent756221dbbf858ecafb9b27b123cb0fd101c8799d
arm64: smp: Moved cpu_logical_map[] to smp.h

asm/smp.h is included by linux/smp.h and some drivers, in particular
irqchip drivers can access cpu_logical_map[] in order to perform SMP
affinity tasks. Make arm64 consistent with other architectures here.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/smp.h
arch/arm64/include/asm/smp_plat.h