diff options
Diffstat (limited to 'arch/x86_64/kernel/crash.c')
-rw-r--r-- | arch/x86_64/kernel/crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/crash.c b/arch/x86_64/kernel/crash.c index 6183bcb85257..d7fa4248501c 100644 --- a/arch/x86_64/kernel/crash.c +++ b/arch/x86_64/kernel/crash.c | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | note_buf_t crash_notes[NR_CPUS]; | 23 | note_buf_t crash_notes[NR_CPUS]; |
24 | 24 | ||
25 | void machine_crash_shutdown(void) | 25 | void machine_crash_shutdown(struct pt_regs *regs) |
26 | { | 26 | { |
27 | /* This function is only called after the system | 27 | /* This function is only called after the system |
28 | * has paniced or is otherwise in a critical state. | 28 | * has paniced or is otherwise in a critical state. |