powerpc/pseries: rename numa_dist_table to form2_distances
authorNicholas Piggin <npiggin@gmail.com>
Tue, 9 Nov 2021 06:48:59 +0000 (16:48 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 15 Nov 2021 04:46:46 +0000 (15:46 +1100)
commit0bd81274e3f1195ee7c820ef02d62f31077c42c3
treeb1f8ca744f171319cc1f1a2348d6fe0657897b54
parent964c33cd0be621b291b5d253d8731eb2680082cb
powerpc/pseries: rename numa_dist_table to form2_distances

The name of the local variable holding the "form2" property address
conflicts with the numa_distance_table global.

This patch does 's/numa_dist_table/form2_distances/g' over the function,
which also renames numa_dist_table_length to form2_distances_length.

Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211109064900.2041386-1-npiggin@gmail.com
arch/powerpc/mm/numa.c