From: Markos Chandras Date: Wed, 15 Jan 2014 14:07:57 +0000 (+0000) Subject: MIPS: malta: malta-memory: Add free_init_pages_eva() callback X-Git-Tag: v3.15-rc1~125^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1965c06160b5c1b00a683ff083d875aa0ebb341;p=pandora-kernel.git 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 --- Reading git-diff-tree failed