From: Heiko Carstens Date: Mon, 4 Dec 2006 14:40:28 +0000 (+0100) Subject: [S390] Bad kexec control page allocation. X-Git-Tag: v2.6.20-rc1~34^2~40^2~15^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a392f0b4f27604811bf8aa8d7636b3b4bc3803;p=pandora-kernel.git [S390] Bad kexec control page allocation. KEXEC_CONTROL_MEMORY_LIMIT is an unsigned long value and therefore should be defined as one. Otherwise the kexec control page can be allocated above 2GB which will cause a specification exception on the sam31 instruction in the s390 kexec relocation code. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed