Re: [PATCH v2 2/2] of, numa: Fetch empty NUMA node ID from distance map

From: Rob Herring
Date: Mon Oct 04 2021 - 14:13:51 EST


On Mon, 27 Sep 2021 14:41:19 +0800, Gavin Shan wrote:
> There is no device node for the empty NUMA node. However, the
> corresponding NUMA node ID and distance map is still valid in
> "numa-distance-map-v1" compatible device node.
>
> This fetches the NUMA node ID and distance map for these empty
> NUMA node from "numa-distance-map-v1" compatible device node.
>
> Signed-off-by: Gavin Shan <gshan@xxxxxxxxxx>
> ---
> drivers/of/of_numa.c | 2 ++
> 1 file changed, 2 insertions(+)
>

Applied, thanks!