Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201419
b: refs/heads/master
c: c638362
h: refs/heads/master
i:
  201417: 81a51d8
  201415: 824529c
v: v3
  • Loading branch information
Mika Westerberg authored and Russell King committed Jul 9, 2010
1 parent b917ef6 commit a57f0a4
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 24b776bfb6396fded148167643ffaf8eb3f782b1
refs/heads/master: c63836204b27faec5a22d4b53692690cb967aaac
4 changes: 4 additions & 0 deletions trunk/arch/arm/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ void machine_shutdown(void)

void machine_crash_shutdown(struct pt_regs *regs)
{
local_irq_disable();
crash_save_cpu(regs, smp_processor_id());

printk(KERN_INFO "Loading crashdump kernel...\n");
}

void machine_kexec(struct kimage *image)
Expand Down

0 comments on commit a57f0a4

Please sign in to comment.