of/numa: add nid check for memory block
authorZhen Lei <thunder.leizhen@huawei.com>
Thu, 1 Sep 2016 06:54:54 +0000 (14:54 +0800)
committerWill Deacon <will.deacon@arm.com>
Fri, 9 Sep 2016 13:59:08 +0000 (14:59 +0100)
commit571a588fec2de4efd6043805ab0b017c67b63a4d
treef598d7c37d832a61be56ef46ac1ec435779863c4
parent84b14256c18c967afd3cf4ee2df09535587154e0
of/numa: add nid check for memory block

If the numa-id which was configured in memory@ devicetree node is greater
than MAX_NUMNODES, we should report a warning. We have done this for cpus
and distance-map dt nodes, this patch help them to be consistent.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/of/of_numa.c