commit | fdb4f6e99ffacfa643ab2d2da99171b3084d4446 | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@linux.vnet.ibm.com> | Wed Jun 29 12:20:30 2016 -0500 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Jul 15 20:18:37 2016 +1000 |
tree | b16d6cde3488f43bfe9409c5b0e40cb9a43cbd75 | |
parent | ec999072442ad531cccbecbd6d5a569b0af6c8e3 [diff] |
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>