[MIPS] Make free_init_pages() arguments to be physical addresses
authorFranck Bui-Huu <vagabon.xyz@gmail.com>
Thu, 19 Oct 2006 11:20:05 +0000 (13:20 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 30 Nov 2006 01:14:42 +0000 (01:14 +0000)
commitacd86b8622099c3206e0a1665545ae2318089b9c
treef44acdcd2082538902dda48814d393e2c049eda1
parenta7837b76b6de932c31d0b7c71176ca8d1213a3ce
[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 <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/init.c