diff options
Diffstat (limited to 'arch/ppc64/kernel/machine_kexec.c')
-rw-r--r-- | arch/ppc64/kernel/machine_kexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/machine_kexec.c b/arch/ppc64/kernel/machine_kexec.c index 217965d60a45..06b25b59c8a8 100644 --- a/arch/ppc64/kernel/machine_kexec.c +++ b/arch/ppc64/kernel/machine_kexec.c | |||
@@ -34,7 +34,7 @@ note_buf_t crash_notes[NR_CPUS]; | |||
34 | * and if what it will achieve. Letting it be now to compile the code | 34 | * and if what it will achieve. Letting it be now to compile the code |
35 | * in generic kexec environment | 35 | * in generic kexec environment |
36 | */ | 36 | */ |
37 | void machine_crash_shutdown(void) | 37 | void machine_crash_shutdown(struct pt_regs *regs) |
38 | { | 38 | { |
39 | /* do nothing right now */ | 39 | /* do nothing right now */ |
40 | /* smp_relase_cpus() if we want smp on panic kernel */ | 40 | /* smp_relase_cpus() if we want smp on panic kernel */ |