Re: [PATCH v3 7/7] ARM: sun8i: smp: Remove the disabling of CPU0

2018-02-19 Thread Mylène Josserand
Hi, On Mon, 19 Feb 2018 09:54:08 +0100 Maxime Ripard wrote: > On Mon, Feb 19, 2018 at 09:18:37AM +0100, Mylène Josserand wrote: > > On sun8i-a63t, hotplug CPU for CPU0 is currently not working. > > Remove the possibility to disable CPU0 only for sun8i-a83t. > > > >

Re: [PATCH v3 7/7] ARM: sun8i: smp: Remove the disabling of CPU0

2018-02-19 Thread Mylène Josserand
Hi, On Mon, 19 Feb 2018 09:54:08 +0100 Maxime Ripard wrote: > On Mon, Feb 19, 2018 at 09:18:37AM +0100, Mylène Josserand wrote: > > On sun8i-a63t, hotplug CPU for CPU0 is currently not working. > > Remove the possibility to disable CPU0 only for sun8i-a83t. > > > > Signed-off-by: Mylène

Re: [PATCH v3 7/7] ARM: sun8i: smp: Remove the disabling of CPU0

2018-02-19 Thread Maxime Ripard
On Mon, Feb 19, 2018 at 09:18:37AM +0100, Mylène Josserand wrote: > On sun8i-a63t, hotplug CPU for CPU0 is currently not working. > Remove the possibility to disable CPU0 only for sun8i-a83t. > > Signed-off-by: Mylène Josserand > --- > arch/arm/mach-sunxi/mc_smp.c

Re: [PATCH v3 7/7] ARM: sun8i: smp: Remove the disabling of CPU0

2018-02-19 Thread Maxime Ripard
On Mon, Feb 19, 2018 at 09:18:37AM +0100, Mylène Josserand wrote: > On sun8i-a63t, hotplug CPU for CPU0 is currently not working. > Remove the possibility to disable CPU0 only for sun8i-a83t. > > Signed-off-by: Mylène Josserand > --- > arch/arm/mach-sunxi/mc_smp.c | 6 +- > 1 file changed,

[PATCH v3 7/7] ARM: sun8i: smp: Remove the disabling of CPU0

2018-02-19 Thread Mylène Josserand
On sun8i-a63t, hotplug CPU for CPU0 is currently not working. Remove the possibility to disable CPU0 only for sun8i-a83t. Signed-off-by: Mylène Josserand --- arch/arm/mach-sunxi/mc_smp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[PATCH v3 7/7] ARM: sun8i: smp: Remove the disabling of CPU0

2018-02-19 Thread Mylène Josserand
On sun8i-a63t, hotplug CPU for CPU0 is currently not working. Remove the possibility to disable CPU0 only for sun8i-a83t. Signed-off-by: Mylène Josserand --- arch/arm/mach-sunxi/mc_smp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-sunxi/mc_smp.c