Re: [PATCH] Unify crashkernel reservation for 32 and 64 bit

From: Ingo Molnar
Date: Fri Jun 20 2008 - 09:59:18 EST



* Bernhard Walle <bwalle@xxxxxxx> wrote:

> This patch moves the reserve_crashkernel() to setup.c and removes the
> architecture-specific version. Both versions were more or less the
> same.
> ---
> arch/x86/kernel/setup.c | 61 ++++++++++++++++++++++++++++++++++++++++++++
> arch/x86/kernel/setup_32.c | 53 --------------------------------------
> arch/x86/kernel/setup_64.c | 40 ----------------------------
> include/asm-x86/setup.h | 3 ++
> 4 files changed, 64 insertions(+), 93 deletions(-)

also, tip/x86 has a ton of pending changes here already so your patch
does not apply:

patching file arch/x86/kernel/setup.c
Hunk #3 FAILED at 406.
1 out of 3 hunks FAILED -- rejects in file arch/x86/kernel/setup.c
patching file arch/x86/kernel/setup_32.c
Hunk #1 FAILED at 429.
1 out of 1 hunk FAILED -- rejects in file arch/x86/kernel/setup_32.c
patching file arch/x86/kernel/setup_64.c
Hunk #1 FAILED at 244.
1 out of 1 hunk FAILED -- rejects in file arch/x86/kernel/setup_64.c
patching file include/asm-x86/setup.h
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- rejects in file include/asm-x86/setup.h

you can pick up tip/master via:

http://people.redhat.com/mingo/tip.git/README

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/