Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196661
b: refs/heads/master
c: 426b6cb
h: refs/heads/master
i:
  196659: 5418325
v: v3
  • Loading branch information
Maxim Uvarov authored and Benjamin Herrenschmidt committed May 21, 2010
1 parent c7d62a0 commit 1d12720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce47c1c45b2b17ad07af82c775f27cc5196080f8
refs/heads/master: 426b6cb478e60352a463a0d1ec75c1c9fab30b13
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kernel/crash.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ void default_machine_crash_shutdown(struct pt_regs *regs)
for_each_irq(i) {
struct irq_desc *desc = irq_to_desc(i);

if (!desc || !desc->chip || !desc->chip->eoi)
continue;

if (desc->status & IRQ_INPROGRESS)
desc->chip->eoi(i);

Expand Down

0 comments on commit 1d12720

Please sign in to comment.