From: Franck Bui-Huu Date: Thu, 19 Oct 2006 11:20:05 +0000 (+0200) Subject: [MIPS] Make free_init_pages() arguments to be physical addresses X-Git-Tag: v2.6.20-rc1~34^2~40^2~469^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd86b8622099c3206e0a1665545ae2318089b9c;p=pandora-kernel.git [MIPS] Make free_init_pages() arguments to be physical addresses It allows caller of this function to not care about CKSEG0/XKPHYS address mixes. It's now automatically done by free_init_pages(). We can now safely remove hack needed by 64 bit kernels with CONFIG_BUILD_ELF64=n in free_initmem(). Signed-off-by: Franck Bui-Huu Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed