From: Tony Lindgren Date: Tue, 26 Apr 2011 12:37:46 +0000 (-0700) Subject: ARM: zImage: Fix bad SP address after relocating kernel X-Git-Tag: v2.6.39~44^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2527f0c4bf6bd096f58296597e1373387d69fd;p=pandora-kernel.git ARM: zImage: Fix bad SP address after relocating kernel Otherwise cache_clean_flush can overwrite some of the relocated area depending on where the kernel image gets loaded. This fixes booting on n900 after commit 6d7d0ae51574943bf571d269da3243257a2d15db (ARM: 6750/1: improvements to compressed/head.S). Thanks to Aaro Koskinen for debugging the address of the relocated area that gets corrupted, and to Nicolas Pitre for the other uncompress related fixes. Signed-off-by: Tony Lindgren Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed