commit | acd86b8622099c3206e0a1665545ae2318089b9c | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | Thu Oct 19 13:20:05 2006 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 30 01:14:42 2006 +0000 |
tree | f44acdcd2082538902dda48814d393e2c049eda1 | |
parent | a7837b76b6de932c31d0b7c71176ca8d1213a3ce [diff] |
[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>