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)
commit262afe92fa8c7d64118948d98667c102c7d16174
treefcf84472db9a0a4ef35b1dcde573ba03e9acf486
parent78ed70bf3a923f1965e3c19f544677d418397108
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