powerpc/pseries: Remove call to memblock_add()
authorNathan Fontenot <nfont@linux.vnet.ibm.com>
Wed, 29 Jun 2016 17:20:30 +0000 (12:20 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 15 Jul 2016 10:18:37 +0000 (20:18 +1000)
commitfdb4f6e99ffacfa643ab2d2da99171b3084d4446
treeb16d6cde3488f43bfe9409c5b0e40cb9a43cbd75
parentec999072442ad531cccbecbd6d5a569b0af6c8e3
powerpc/pseries: Remove call to memblock_add()

The call to memblock_add is not needed, this is already done by
memory_add(). This patch removes this call which shrinks
dlpar_add_lmb_memory() enough that it can be merged into dlpar_add_lmb().

Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/hotplug-memory.c