From: Alexander van Heukelum Date: Tue, 8 Apr 2008 10:54:30 +0000 (+0200) Subject: x86: cleanup boot-heap usage X-Git-Tag: v2.6.26-rc1~1133^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c53976404e2f906c60b69cc5793add87ee49c6a;p=pandora-kernel.git x86: cleanup boot-heap usage The kernel decompressor wrapper uses memory located beyond the end of the image. This might lead to hard to debug problems, but even if it can be proven to be safe, it is at the very least unclean. I don't see any advantages either, unless you count it not being zeroed out as an advantage. This patch moves the boot-heap area to the bss segment. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed