From: Thomas Kunze Date: Sun, 24 Feb 2008 16:59:34 +0000 (+0100) Subject: [ARM] 4838/1: Fix kexec for SA1100 machines X-Git-Tag: v2.6.25-rc4~128^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ce94e9e8b469a17fbd3efa1b940c19b5e43449a;p=pandora-kernel.git [ARM] 4838/1: Fix kexec for SA1100 machines This patch sets KEXEC_CONTROL_MEMORY_LIMIT to (-1)UL. As the value is compared with physical addresses TASK_SIZE makes no sense. Machines where the RAM addresses start above TASK_SIZE kexecs eats all memory and crashes the kernel without this patch. Signed-off-by: Thomas Kunze Acked-by: Richard Purdie Signed-off-by: Russell King --- Reading git-diff-tree failed