Reza Arbab <ar...@linux.vnet.ibm.com> writes: > Remove the check which prevents us from hotplugging into an empty node. > > The original commit b226e4621245 ("[PATCH] powerpc: don't add memory to > empty node/zone"), states that this was intended to be a temporary measure. > It is a workaround for an oops which no longer occurs. > > Signed-off-by: Reza Arbab <ar...@linux.vnet.ibm.com> > Reviewed-by: Aneesh Kumar K.V <aneesh.ku...@linux.vnet.ibm.com> > Acked-by: Balbir Singh <bsinghar...@gmail.com> > Cc: Nathan Fontenot <nf...@linux.vnet.ibm.com> > Cc: Bharata B Rao <bhar...@linux.vnet.ibm.com> > --- > arch/powerpc/mm/numa.c | 13 +------------ > 1 file changed, 1 insertion(+), 12 deletions(-)
This seems OK from a powerpc perspective. Acked-by: Michael Ellerman <m...@ellerman.id.au> cheers