Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292473
b: refs/heads/master
c: 67b43b9
h: refs/heads/master
i:
  292471: f1eaf2d
v: v3
  • Loading branch information
Mahesh Salgaonkar authored and Benjamin Herrenschmidt committed Feb 22, 2012
1 parent 4b1edd1 commit 3d65796
Show file tree
Hide file tree
Showing 2 changed files with 9 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: b500afff11f64227ca69fd2d05986d08d9573935
refs/heads/master: 67b43b9d7ced37a2e72e2c3e06464aa0a5be95f9
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/kernel/setup-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ EXPORT_SYMBOL(ppc_do_canonicalize_irqs);
/* also used by kexec */
void machine_shutdown(void)
{
#ifdef CONFIG_FA_DUMP
/*
* if fadump is active, cleanup the fadump registration before we
* shutdown.
*/
fadump_cleanup();
#endif

if (ppc_md.machine_shutdown)
ppc_md.machine_shutdown();
}
Expand Down

0 comments on commit 3d65796

Please sign in to comment.