From: Max Filippov Date: Sat, 22 Mar 2014 23:17:43 +0000 (+0400) Subject: xtensa: split bootparam and kernel meminfo X-Git-Tag: omap-for-v3.16/fixes-against-rc1~218^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba067f93f1eec0d241f002812806b873dd4f802;p=pandora-kernel.git xtensa: split bootparam and kernel meminfo Bootparam meminfo is a bootloader ABI, kernel meminfo is for the kernel bookkeeping, keep them separate. Kernel doesn't care of memory region types, so drop the type field and don't pass it to add_sysmem_bank. Move kernel sysmem structures and prototypes to asm/sysmem.h and sysmem variable and add_sysmem_bank to mm/init.c Signed-off-by: Max Filippov --- Reading git-diff-tree failed