From: Michael Ellerman <mpe@ellerman.id.au> Date: 2017-02-16 03:01:22
We broke the build when CONFIG_MEMORY_HOTREMOVE=n:
arch/powerpc/platforms/pseries/hotplug-memory.c:821:8: error: implicit
declaration of function 'dlpar_memory_readd_by_index'
Add a dummy to fix it.
Fixes: e70d59700fc3 ("powerpc/pseries: Introduce memory hotplug READD operation")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
arch/powerpc/platforms/pseries/hotplug-memory.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
We broke the build when CONFIG_MEMORY_HOTREMOVE=n:
arch/powerpc/platforms/pseries/hotplug-memory.c:821:8: error: implicit
declaration of function 'dlpar_memory_readd_by_index'
Add a dummy to fix it.
Fixes: e70d59700fc3 ("powerpc/pseries: Introduce memory hotplug READD operation")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Looks like we both saw the same thing today, this was patch 1/4 in the
'Implement indexed-count memory hotplug' patchset I sent out earlier today.
Perhaps I should have sent that as a separate patch.
Reviewed-by: Nathan Fontenot <redacted>
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2017-02-16 04:21:17
Nathan Fontenot [off-list ref] writes:
On 02/15/2017 09:01 PM, Michael Ellerman wrote:
quoted
We broke the build when CONFIG_MEMORY_HOTREMOVE=3Dn:
=20
arch/powerpc/platforms/pseries/hotplug-memory.c:821:8: error: implicit
declaration of function 'dlpar_memory_readd_by_index'
=20
Add a dummy to fix it.
=20
Fixes: e70d59700fc3 ("powerpc/pseries: Introduce memory hotplug READD op=
eration")
quoted
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Looks like we both saw the same thing today, this was patch 1/4 in the
'Implement indexed-count memory hotplug'=E2=80=8B patchset I sent out ear=
lier today.
Ah right, sorry. My auto builds hit it overnight, and then I sent it
before checking mail today.
Perhaps I should have sent that as a separate patch.
From: Michael Ellerman <hidden> Date: 2017-02-16 05:59:48
On Thu, 2017-02-16 at 03:01:18 UTC, Michael Ellerman wrote:
We broke the build when CONFIG_MEMORY_HOTREMOVE=n:
arch/powerpc/platforms/pseries/hotplug-memory.c:821:8: error: implicit
declaration of function 'dlpar_memory_readd_by_index'
Add a dummy to fix it.
Fixes: e70d59700fc3 ("powerpc/pseries: Introduce memory hotplug READD operation")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Nathan Fontenot <redacted>