From: Ralf Baechle Date: Sun, 18 Jun 2006 00:32:22 +0000 (+0100) Subject: [MIPS] Cleanup memory managment initialization. X-Git-Tag: v2.6.18-rc1~1109^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2925aba4223f4532e85f0c6f64584b3e0b2849c3;p=pandora-kernel.git [MIPS] Cleanup memory managment initialization. Historically plat_mem_setup did the entire platform initialization. This was rather impractical because it meant plat_mem_setup had to get away without any kind of memory allocator. To keep old code from breaking plat_setup was just renamed to plat_setup and a second platform initialization hook for anything else was introduced. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed