Re: [U-Boot] [PATCH v5 04/14] ARM: Factor out reusable psci_cpu_entry

2015-03-11 Thread Tom Rini
On Mon, Mar 09, 2015 at 08:00:14AM +0100, Jan Kiszka wrote: > _sunxi_cpu_entry can be converted completely into a reusable > psci_cpu_entry. Tegra124 will use it as well. > > As with psci_disable_smp, also the enabling is designed to be overloaded > in cased SMP is not controlled via ACTLR. > >

[U-Boot] [PATCH v5 04/14] ARM: Factor out reusable psci_cpu_entry

2015-03-09 Thread Jan Kiszka
_sunxi_cpu_entry can be converted completely into a reusable psci_cpu_entry. Tegra124 will use it as well. As with psci_disable_smp, also the enabling is designed to be overloaded in cased SMP is not controlled via ACTLR. CC: Marc Zyngier Signed-off-by: Jan Kiszka --- arch/arm/cpu/armv7/psci.S