commit | 0893d3fb8d27320d4301f14a0b331df291a08044 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Wed Jan 15 14:06:03 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:18 2014 +0100 |
tree | 71126690cfaf4a5f1de4daa6fddfa25ce2184020 | |
parent | 91119686f33928e2ced93eaedf4191cedbd0e827 [diff] |
MIPS: mm: init: Add free_init_pages() callback for EVA A core in EVA mode can have any possible segment mapping, so the default free_initmem_default() function may not always work as expected. Therefore, add a callback that platforms can use to free up the init section. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>