Re: [PATCH 2/2] armv8: aarch32: Add SMP support for 32-bit Linux kernel

2016-09-23 Thread Mark Rutland
On Fri, Sep 23, 2016 at 10:19:06AM +0800, Alison Wang wrote: > The patch adds SMP support for running 32-bit Linux kernel for > Layerscape platforms. Spin-table method is used for SMP support. So far, spin-table has not been defined for 32-bit, and the code below, while mostly a copy of the 64-bit

Re: [PATCH 2/2] armv8: aarch32: Add SMP support for 32-bit Linux kernel

2016-09-23 Thread Arnd Bergmann
On Friday, September 23, 2016 10:19:06 AM CEST Alison Wang wrote: > The patch adds SMP support for running 32-bit Linux kernel for > Layerscape platforms. Spin-table method is used for SMP support. > > Signed-off-by: Alison Wang > Signed-off-by: Chenhui Zhao > --- > arch/arm/mach-imx/common.h

[PATCH 2/2] armv8: aarch32: Add SMP support for 32-bit Linux kernel

2016-09-22 Thread Alison Wang
The patch adds SMP support for running 32-bit Linux kernel for Layerscape platforms. Spin-table method is used for SMP support. Signed-off-by: Alison Wang Signed-off-by: Chenhui Zhao --- arch/arm/mach-imx/common.h | 1 + arch/arm/mach-imx/mach-layerscape.c | 1 + arch/arm/mach-imx/pl