[PATCH] powerpc: Minor numa memory code cleanup
authorMike Kravetz <kravetz@us.ibm.com>
Wed, 30 Nov 2005 21:47:23 +0000 (13:47 -0800)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:51:34 +0000 (14:51 +1100)
commit84c9fdd11e40f46028ff4669bfe5177ce9521266
tree478142189490f6a959691de2026c6a16c836ea06
parent54c233102f3680c7f08b6f06d229cc48503b79c4
[PATCH] powerpc: Minor numa memory code cleanup

Here is an updated version of the patch that panics if no memory is
found as Nathan suggested.  I'm still concerned that panic strings
(not just the one added here) at this stage of booting do not show
up on my system.  But, that is an issue separate from this patch.

Combine get_mem_*_cells() routines to avoid multiple memory node
lookups.  Added missing of_node_put() call.  Changed variable names
to help with some confusion as to meaning.

Signed-off-by: Mike Kravetz <kravetz@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/numa.c