]> err.no Git - linux-2.6/blobdiff - arch/powerpc/kernel/crash.c
[PATCH] Add comments to the PDA structure to annotate offsets
[linux-2.6] / arch / powerpc / kernel / crash.c
index f04c18e08b8b6dcf9f52e422db1c4aa2b0a2854a..1af41f7616dc84b280f60832ae7e2e9a9d5378bf 100644 (file)
@@ -295,7 +295,7 @@ void default_machine_crash_shutdown(struct pt_regs *regs)
                struct irq_desc *desc = irq_desc + irq;
 
                if (desc->status & IRQ_INPROGRESS)
-                       desc->chip->end(irq);
+                       desc->chip->eoi(irq);
 
                if (!(desc->status & IRQ_DISABLED))
                        desc->chip->disable(irq);