Re: [PATCH v5 2/2] x86/devicetree: Use CPU description from Device Tree

2018-03-14 Thread kbuild test robot
Hi Ivan, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [also build test ERROR on next-20180314] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ivan-Gor

Re: [PATCH v5 2/2] x86/devicetree: Use CPU description from Device Tree

2018-03-13 Thread Mark Rutland
On Mon, Mar 12, 2018 at 03:22:33PM -0700, Ivan Gorinov wrote: > Current x86 Device Tree implementation does not support multiprocessing. > Use new DT bindings to describe the processors. > > Signed-off-by: Ivan Gorinov > --- > arch/x86/kernel/devicetree.c | 42 +++

[PATCH v5 2/2] x86/devicetree: Use CPU description from Device Tree

2018-03-12 Thread Ivan Gorinov
Current x86 Device Tree implementation does not support multiprocessing. Use new DT bindings to describe the processors. Signed-off-by: Ivan Gorinov --- arch/x86/kernel/devicetree.c | 42 +++--- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/a