[PATCH v11 08/10] dt, numa: Add NUMA dt binding implementation.
From: robh@kernel.org (Rob Herring)
Date: 2016-02-23 19:36:59
Also in:
linux-devicetree, linux-efi, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-02-23 19:36:59
Also in:
linux-devicetree, linux-efi, lkml
On Fri, Feb 19, 2016 at 05:13:17PM -0800, David Daney wrote:
From: Ganapatrao Kulkarni <redacted> ADD device tree node parsing for NUMA topology using device "numa-node-id" property distance-map.
I still want an adequate explanation why NUMA setup cannot be done with an unflattened tree. PowerPC manages to do that and should have a similar init flow being memblock based, so I would expect arm64 can too. Rob