Re: [V3, 1/9] powerpc/numa: Look up device node in of_get_assoc_arrays()

2018-01-17 Thread Michael Ellerman
On Fri, 2017-12-01 at 16:46:35 UTC, Nathan Fontenot wrote: > Look up the device node for the associativity array property instead > of having it passed in as a parameter. This changes precedes an update > in which the calling routines for of_get_assoc_arrays() will not have > the device node pointe

[PATCH V3 1/9] powerpc/numa: Look up device node in of_get_assoc_arrays()

2017-12-01 Thread Nathan Fontenot
Look up the device node for the associativity array property instead of having it passed in as a parameter. This changes precedes an update in which the calling routines for of_get_assoc_arrays() will not have the device node pointer to pass in. Signed-off-by: Nathan Fontenot --- arch/powerpc/mm