Re: [PATCH 2/3] ARM: psci: Fix secondary core boot with THUMB2_KERNEL

2018-09-28 Thread Mark Rutland
On Thu, Sep 27, 2018 at 12:27:10PM -0700, Florian Fainelli wrote: > When THUMB2_KERNEL is enabled, we would be setting the secondary core's > entry point to secondary_startup() which is already Thumb2 code, utilize > secondary_startup_arm() which takes care of doing the mode switching for > us.

Re: [PATCH 2/3] ARM: psci: Fix secondary core boot with THUMB2_KERNEL

2018-09-28 Thread Mark Rutland
On Thu, Sep 27, 2018 at 12:27:10PM -0700, Florian Fainelli wrote: > When THUMB2_KERNEL is enabled, we would be setting the secondary core's > entry point to secondary_startup() which is already Thumb2 code, utilize > secondary_startup_arm() which takes care of doing the mode switching for > us.

[PATCH 2/3] ARM: psci: Fix secondary core boot with THUMB2_KERNEL

2018-09-27 Thread Florian Fainelli
When THUMB2_KERNEL is enabled, we would be setting the secondary core's entry point to secondary_startup() which is already Thumb2 code, utilize secondary_startup_arm() which takes care of doing the mode switching for us. Fixes: 05774088391c ("arm: introduce psci_smp_ops") Signed-off-by: Florian

[PATCH 2/3] ARM: psci: Fix secondary core boot with THUMB2_KERNEL

2018-09-27 Thread Florian Fainelli
When THUMB2_KERNEL is enabled, we would be setting the secondary core's entry point to secondary_startup() which is already Thumb2 code, utilize secondary_startup_arm() which takes care of doing the mode switching for us. Fixes: 05774088391c ("arm: introduce psci_smp_ops") Signed-off-by: Florian