--- linux-2.6.17-git10/arch/powerpc/kernel/machine_kexec_32.c.orig 2006-06-26 05:33:51.000000000 -0700 +++ linux-2.6.17-git10/arch/powerpc/kernel/machine_kexec_32.c 2006-06-26 05:47:04.000000000 -0700 @@ -63,3 +63,16 @@ int default_machine_kexec_prepare(struct { return 0; } + +/* + * FIXME: Move the following functions to machine_kexec.c after + * kdump support is included on ppc32. + */ +void __init reserve_crashkernel(void) +{ +} + +int overlaps_crashkernel(unsigned long start, unsigned long size) +{ + return 0; +}