Re: [Linux-kernel] [PATCH] ARM: kernel: respect device tree status of cpu nodes

2014-03-06 Thread Lorenzo Pieralisi
[CC'in BenH and Grant to check how this is handled in powerPC] On Thu, Mar 06, 2014 at 10:00:10AM +, Ben Dooks wrote: > On 05/03/14 20:33, Stephen Boyd wrote: > > +Lorenzo > > > > On 02/24/14 03:22, Jürg Billeter wrote: > >> Skip 'disabled' cpu nodes when building the cpu logical map. This

Re: [Linux-kernel] [PATCH] ARM: kernel: respect device tree status of cpu nodes

2014-03-06 Thread Ben Dooks
On 05/03/14 20:33, Stephen Boyd wrote: +Lorenzo On 02/24/14 03:22, Jürg Billeter wrote: Skip 'disabled' cpu nodes when building the cpu logical map. This avoids booting cpus that have been disabled in the device tree. Signed-off-by: Jürg Billeter Reviewed-by: Ben Dooks ---

Re: [Linux-kernel] [PATCH] ARM: kernel: respect device tree status of cpu nodes

2014-03-06 Thread Ben Dooks
On 05/03/14 20:33, Stephen Boyd wrote: +Lorenzo On 02/24/14 03:22, Jürg Billeter wrote: Skip 'disabled' cpu nodes when building the cpu logical map. This avoids booting cpus that have been disabled in the device tree. Signed-off-by: Jürg Billeter j...@bitron.ch Reviewed-by: Ben Dooks

Re: [Linux-kernel] [PATCH] ARM: kernel: respect device tree status of cpu nodes

2014-03-06 Thread Lorenzo Pieralisi
[CC'in BenH and Grant to check how this is handled in powerPC] On Thu, Mar 06, 2014 at 10:00:10AM +, Ben Dooks wrote: On 05/03/14 20:33, Stephen Boyd wrote: +Lorenzo On 02/24/14 03:22, Jürg Billeter wrote: Skip 'disabled' cpu nodes when building the cpu logical map. This avoids

Re: [PATCH] ARM: kernel: respect device tree status of cpu nodes

2014-03-05 Thread Stephen Boyd
+Lorenzo On 02/24/14 03:22, Jürg Billeter wrote: > Skip 'disabled' cpu nodes when building the cpu logical map. This avoids > booting cpus that have been disabled in the device tree. > > Signed-off-by: Jürg Billeter > Reviewed-by: Ben Dooks > --- > arch/arm/kernel/devtree.c | 4 > 1 file

Re: [PATCH] ARM: kernel: respect device tree status of cpu nodes

2014-03-05 Thread Stephen Boyd
+Lorenzo On 02/24/14 03:22, Jürg Billeter wrote: Skip 'disabled' cpu nodes when building the cpu logical map. This avoids booting cpus that have been disabled in the device tree. Signed-off-by: Jürg Billeter j...@bitron.ch Reviewed-by: Ben Dooks ben.do...@codethink.co.uk ---

[PATCH] ARM: kernel: respect device tree status of cpu nodes

2014-02-24 Thread Jürg Billeter
Skip 'disabled' cpu nodes when building the cpu logical map. This avoids booting cpus that have been disabled in the device tree. Signed-off-by: Jürg Billeter Reviewed-by: Ben Dooks --- arch/arm/kernel/devtree.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/kernel/devtree.c

[PATCH] ARM: kernel: respect device tree status of cpu nodes

2014-02-24 Thread Jürg Billeter
Skip 'disabled' cpu nodes when building the cpu logical map. This avoids booting cpus that have been disabled in the device tree. Signed-off-by: Jürg Billeter j...@bitron.ch Reviewed-by: Ben Dooks ben.do...@codethink.co.uk --- arch/arm/kernel/devtree.c | 4 1 file changed, 4 insertions(+)