From: Anton Blanchard Date: Fri, 11 Nov 2005 03:22:35 +0000 (+1100) Subject: [PATCH] ppc64: Convert NUMA to sparsemem (3) X-Git-Tag: v2.6.15-rc1~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45fb6cea09443b2066016f895937f9c2647a1507;p=pandora-kernel.git [PATCH] ppc64: Convert NUMA to sparsemem (3) Convert to sparsemem and remove all the discontigmem code in the process. This has a few advantages: - The old numa_memory_lookup_table can go away - All the arch specific discontigmem magic can go away We also remove the triple pass of memory properties and instead create a list of per node extents that we iterate through. A final cleanup would be to change our lmb code to store extents per node, then we can reuse that information in the numa code. Signed-off-by: Anton Blanchard Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed