Re: [PATCH 1/2] ARM: shmobile: r8a7790: only use smp_init when SMP is selected

2016-08-24 Thread Simon Horman
On Sun, Aug 21, 2016 at 11:10:26PM +0200, Wolfram Sang wrote: > Hi Simon, > > > > We use the helper function which populates the smp_init pointer only in > > > case of SMP. > > > > > > Signed-off-by: Wolfram Sang > > > > could you describe the motivation for

Re: [PATCH 1/2] ARM: shmobile: r8a7790: only use smp_init when SMP is selected

2016-08-21 Thread Wolfram Sang
Hi Simon, > > We use the helper function which populates the smp_init pointer only in > > case of SMP. > > > > Signed-off-by: Wolfram Sang > > could you describe the motivation for this change in the changelog? I am not sure what that could be. For me, it is

Re: [PATCH 1/2] ARM: shmobile: r8a7790: only use smp_init when SMP is selected

2016-08-17 Thread Simon Horman
On Fri, Aug 12, 2016 at 06:45:09PM +0200, Wolfram Sang wrote: > We use the helper function which populates the smp_init pointer only in > case of SMP. > > Signed-off-by: Wolfram Sang Hi Wolfram, could you describe the motivation for this change in the

[PATCH 1/2] ARM: shmobile: r8a7790: only use smp_init when SMP is selected

2016-08-12 Thread Wolfram Sang
We use the helper function which populates the smp_init pointer only in case of SMP. Signed-off-by: Wolfram Sang --- arch/arm/mach-shmobile/setup-r8a7790.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git