powerpc/pseries: remove prrn special case from DT update path
authorNathan Lynch <nathanl@linux.ibm.com>
Fri, 12 Jun 2020 05:12:35 +0000 (00:12 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 16 Jul 2020 03:12:39 +0000 (13:12 +1000)
commitbb7c3d36e3b18aa02d34358ae75e1b91f69a968b
tree3bc8268c4c7f094a52a29ef3898d66dde89c2e38
parentcdf082c4570f186d608aca688f2cc872b014558a
powerpc/pseries: remove prrn special case from DT update path

pseries_devicetree_update() is no longer called with PRRN_SCOPE. The
purpose of prrn_update_node() was to remove and then add back a LMB
whose NUMA assignment had changed. This has never been reliable, and
this codepath has been default-disabled for several releases. Remove
prrn_update_node().

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200612051238.1007764-16-nathanl@linux.ibm.com
arch/powerpc/platforms/pseries/mobility.c