From: Max Filippov Date: Fri, 21 Mar 2014 17:04:40 +0000 (+0400) Subject: xtensa: handle memmap kernel option X-Git-Tag: omap-for-v3.16/fixes-against-rc1~218^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06bd2824f7dcbfb8dcd13519239a53d13298d238;p=pandora-kernel.git xtensa: handle memmap kernel option This option is useful for reserving memory regions for secondary cores in AMP configurations. Implement the following memmap variants: - memmap=nn[KMG]@ss[KMG]: force usage of a specific region of memory; - memmap=nn[KMG]$ss[KMG]: mark specified memory as reserved; - memmap=nn[KMG]: set end of memory. Signed-off-by: Max Filippov --- Reading git-diff-tree failed