From: Bernhard Walle Date: Fri, 20 Jun 2008 13:38:22 +0000 (+0200) Subject: x86: unify crashkernel reservation for 32 and 64 bit X-Git-Tag: v2.6.27-rc1~1106^2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ecd27657b735128a728ebf0c31fce5e1456718a;p=pandora-kernel.git x86: unify crashkernel reservation for 32 and 64 bit This patch moves the reserve_crashkernel() to setup.c and removes the architecture-specific version. Both versions were more or less the same. I tested it on both x86-64 and i386, with CONFIG_KEXEC on and off (so that it compiles). Signed-off-by: Bernhard Walle Cc: yhlu.kernel@gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed