X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fmachdep.h;h=c011abb8b600f1248fdfed9bb4ff9bbbd88ef87b;hb=be37bdbce7ceaacf4f20c6cc759efbe75ebd1196;hp=5670f0cd61433e69b1bcb05aff5dd7ea3c7e9f9e;hpb=a892acacd3a8546ac161526522f13b5174f2c471;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index 5670f0cd614..c011abb8b60 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h @@ -93,7 +93,9 @@ struct machdep_calls { void (*init_IRQ)(void); int (*get_irq)(struct pt_regs *); - void (*cpu_irq_down)(int secondary); +#ifdef CONFIG_KEXEC + void (*kexec_cpu_down)(int crash_shutdown, int secondary); +#endif /* PCI stuff */ /* Called after scanning the bus, before allocating resources */