Mohan Kumar M writes: > Support for relocatable kdump kernel > @@ -1401,9 +1414,21 @@ _STATIC(__after_prom_start) > beq 9f /* have already put us at zero */ > li r6,0x100 /* Start offset, the first 0x100 */ > /* bytes were copied earlier. */ > -#ifdef CONFIG_RELOCATABLE > + > +#ifdef CONFIG_CRASH_DUMP What tree is this patch against? No tree that I can find has a line saying "#ifdef CONFIG_RELOCATABLE" at that point. Or is there a prerequisite patch that I haven't seen yet? Paul.