Re: [PATCH] x86: devicetree: enable multiprocessing and interrupt setting in DT

2018-02-28 Thread Thomas Gleixner
On Mon, 26 Feb 2018, Ivan Gorinov wrote: > The x86-specific Device Tree implementation only supported single CPU, > and IRQ allocation from DT parameters was broken in recent versions. Was broken is not really informative. Please describe in which way it was broken. > > This change enables

Re: [PATCH] x86: devicetree: enable multiprocessing and interrupt setting in DT

2018-02-28 Thread Thomas Gleixner
On Mon, 26 Feb 2018, Ivan Gorinov wrote: > The x86-specific Device Tree implementation only supported single CPU, > and IRQ allocation from DT parameters was broken in recent versions. Was broken is not really informative. Please describe in which way it was broken. > > This change enables

[PATCH] x86: devicetree: enable multiprocessing and interrupt setting in DT

2018-02-26 Thread Ivan Gorinov
The x86-specific Device Tree implementation only supported single CPU, and IRQ allocation from DT parameters was broken in recent versions. This change enables multiprocessing and fixes broken IRQ allocation. Signed-off-by: Ivan Gorinov ---  arch/x86/kernel/devicetree.c

[PATCH] x86: devicetree: enable multiprocessing and interrupt setting in DT

2018-02-26 Thread Ivan Gorinov
The x86-specific Device Tree implementation only supported single CPU, and IRQ allocation from DT parameters was broken in recent versions. This change enables multiprocessing and fixes broken IRQ allocation. Signed-off-by: Ivan Gorinov ---  arch/x86/kernel/devicetree.c | 41