Re: [PATCH v2 1/3] powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0

2019-07-07 Thread Michael Ellerman
On Mon, 2019-07-01 at 14:36:24 UTC, "Aneesh Kumar K.V" wrote: > If we fail to parse the associativity array we should default to > NUMA_NO_NODE instead of NODE 0. Rest of the code fallback to the > right default if we find the numa node value NUMA_NO_NODE. > > Signed-off-by: Aneesh Kumar K.V

[PATCH v2 1/3] powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0

2019-07-01 Thread Aneesh Kumar K.V
If we fail to parse the associativity array we should default to NUMA_NO_NODE instead of NODE 0. Rest of the code fallback to the right default if we find the numa node value NUMA_NO_NODE. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/numa.c | 10 ++ 1 file changed, 6