Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204727
b: refs/heads/master
c: 67238fb
h: refs/heads/master
i:
  204725: 0ae6046
  204723: df59f2c
  204719: 8fd53f6
v: v3
  • Loading branch information
Neil Horman authored and Benjamin Herrenschmidt committed Jul 31, 2010
1 parent b29aac6 commit 32f8195
Show file tree
Hide file tree
Showing 2 changed files with 13 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: ea01c6b487d53571e2e5f15a0fd41700c1e0486d
refs/heads/master: 67238fb721639046b5d76488317522af4ece9d61
12 changes: 12 additions & 0 deletions trunk/arch/powerpc/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ void machine_kexec_cleanup(struct kimage *image)
ppc_md.machine_kexec_cleanup(image);
}

void arch_crash_save_vmcoreinfo(void)
{

#ifdef CONFIG_NEED_MULTIPLE_NODES
VMCOREINFO_SYMBOL(node_data);
VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
#endif
#ifndef CONFIG_NEED_MULTIPLE_NODES
VMCOREINFO_SYMBOL(contig_page_data);
#endif
}

/*
* Do not allocate memory (or fail in any way) in machine_kexec().
* We are past the point of no return, committed to rebooting now.
Expand Down

0 comments on commit 32f8195

Please sign in to comment.