Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107615
b: refs/heads/master
c: c3b4adf
h: refs/heads/master
i:
  107613: 5225818
  107611: 9eb6ef9
  107607: e484b2c
  107599: c50fb20
  107583: 41b3519
v: v3
  • Loading branch information
Paul Mundt committed Aug 4, 2008
1 parent 2141949 commit 2ce383d
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: 4b59c97325371d51275bdb50523fa98a301615b0
refs/heads/master: c3b4adfa65bae300a143188491e285556ca80fff
8 changes: 8 additions & 0 deletions trunk/arch/sh/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/kexec.h>
#include <linux/delay.h>
#include <linux/reboot.h>
#include <linux/numa.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/mmu_context.h>
Expand Down Expand Up @@ -104,3 +105,10 @@ void machine_kexec(struct kimage *image)
(*rnk)(page_list, reboot_code_buffer, image->start, vbr_reg);
}

void arch_crash_save_vmcoreinfo(void)
{
#ifdef CONFIG_NUMA
VMCOREINFO_SYMBOL(node_data);
VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
#endif
}

0 comments on commit 2ce383d

Please sign in to comment.