Re: [PATCH v2] powerpc/mm: Update max/min_low_pfn in the same function

2022-10-04 Thread Michael Ellerman
On Mon, 4 Jul 2022 12:08:51 +0530, Aneesh Kumar K.V wrote: > For both CONFIG_NUMA enabled/disabled use mem_topology_setup to > update max/min_low_pfn. > > This also add min_low_pfn update to CONFIG_NUMA which was initialized > to zero before. > > > [...] Applied to powerpc/next. [1/1]

[PATCH v2] powerpc/mm: Update max/min_low_pfn in the same function

2022-07-04 Thread Aneesh Kumar K.V
For both CONFIG_NUMA enabled/disabled use mem_topology_setup to update max/min_low_pfn. This also add min_low_pfn update to CONFIG_NUMA which was initialized to zero before. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/numa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)