commit | d1965c06160b5c1b00a683ff083d875aa0ebb341 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Wed Jan 15 14:07:57 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:20 2014 +0100 |
tree | 14cdc2b4673d0f91016b2e0cfecad7e9af430178 | |
parent | 3bdd8e6e09cd5e88b3fc8ceddf150976633f43c3 [diff] |
MIPS: malta: malta-memory: Add free_init_pages_eva() callback Use a Malta specific function to free the init section once the kernel has booted. When operating in EVA mode, the physical memory is shifted to 0x80000000. Kernel is loaded into 0x80000000 (virtual) so the offset between physical and virtual addresses is 0. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>