From: Michael Matz Date: Wed, 8 Mar 2006 05:55:48 +0000 (-0800) Subject: [PATCH] fix kexec asm X-Git-Tag: v2.6.16-rc6~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec5e3a867d63d04932e11c6097f63760d9be3fe;p=pandora-kernel.git [PATCH] fix kexec asm While testing kexec and kdump we hit problems where the new kernel would freeze or instantly reboot. The easiest way to trigger it was to kexec a kernel compiled for CONFIG_M586 on an athlon cpu. Compiling for CONFIG_MK7 instead would work fine. The patch fixes a few problems with the kexec inline asm. Signed-off-by: Chris Mason Acked-by: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed