From: Paul Mackerras Date: Thu, 6 Oct 2005 02:23:33 +0000 (+1000) Subject: powerpc: Merge lmb.c and make MM initialization use it. X-Git-Tag: v2.6.15-rc1~59^2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8c6b9776fb41134d87ef50706a777a45d61cd4;p=pandora-kernel.git powerpc: Merge lmb.c and make MM initialization use it. This also creates merged versions of do_init_bootmem, paging_init and mem_init and moves them to arch/powerpc/mm/mem.c. It gets rid of the mem_pieces stuff. I made memory_limit a parameter to lmb_enforce_memory_limit rather than a global referenced by that function. This will require some small changes to ppc64 if we want to continue building ARCH=ppc64 using the merged lmb.c. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed