Re: [PATCH 0/2] Fix secondary CPU boot for thumb2 kernels

2015-01-29 Thread Stephen Boyd
On 01/29/15 07:46, Catalin Marinas wrote: > On Wed, Jan 28, 2015 at 08:22:41PM +, Stephen Boyd wrote: >> On 01/21/15 11:48, Stephen Boyd wrote: >>> Currently I can't boot up secondary CPUs on qcom platforms when I >>> compile the kernel for THUMB2 mode. This is because we always enter >>> the k

Re: [PATCH 0/2] Fix secondary CPU boot for thumb2 kernels

2015-01-29 Thread Catalin Marinas
On Wed, Jan 28, 2015 at 08:22:41PM +, Stephen Boyd wrote: > On 01/21/15 11:48, Stephen Boyd wrote: > > Currently I can't boot up secondary CPUs on qcom platforms when I > > compile the kernel for THUMB2 mode. This is because we always enter > > the kernel in ARM mode regardless of what mode the

Re: [PATCH 0/2] Fix secondary CPU boot for thumb2 kernels

2015-01-28 Thread Stephen Boyd
On 01/21/15 11:48, Stephen Boyd wrote: > Currently I can't boot up secondary CPUs on qcom platforms when I > compile the kernel for THUMB2 mode. This is because we always enter > the kernel in ARM mode regardless of what mode the kernel is compiled > for. This patchset adds a small wrapper to secon

[PATCH 0/2] Fix secondary CPU boot for thumb2 kernels

2015-01-21 Thread Stephen Boyd
Currently I can't boot up secondary CPUs on qcom platforms when I compile the kernel for THUMB2 mode. This is because we always enter the kernel in ARM mode regardless of what mode the kernel is compiled for. This patchset adds a small wrapper to secondary_startup() called secondary_startup_arm() t