From: Scott Wood Date: Thu, 26 Apr 2007 17:19:31 +0000 (+1000) Subject: [POWERPC] bootwrapper: cuboot-83xx: Exclude upper 1MB from heap. X-Git-Tag: v2.6.22-rc1~1109^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173ba87b9584e4cba41ce9a06916eba80baa1bf4;p=pandora-kernel.git [POWERPC] bootwrapper: cuboot-83xx: Exclude upper 1MB from heap. The uppermost part of memory is where u-boot puts the stack, so don't include that in the heap. It's not currently causing problems, as the current code allocates from the bottom of the heap, but this will keep things from potentially breaking if a future implementation were to allocate from the top. Signed-off-by: Scott Wood Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed