[PATCH v4 4/4] x86/devicetree: Enable multiprocessing in DT

2018-03-07 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 | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff

[PATCH v4 4/4] x86/devicetree: Enable multiprocessing in DT

2018-03-07 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 | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git