Skip to content
Commit 5ce94e9e authored by Thomas Kunze's avatar Thomas Kunze Committed by Russell King
Browse files

[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: default avatarThomas Kunze <thommycheck@gmx.de>
Acked-by: default avatarRichard Purdie <rpurdie@rpsys.net>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 94a3f785
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment