diff options
Diffstat (limited to 'arch/x86_64/kernel/crash.c')
-rw-r--r-- | arch/x86_64/kernel/crash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/crash.c b/arch/x86_64/kernel/crash.c index 535e04466079..efe450760bbc 100644 --- a/arch/x86_64/kernel/crash.c +++ b/arch/x86_64/kernel/crash.c | |||
@@ -19,8 +19,6 @@ | |||
19 | #include <asm/nmi.h> | 19 | #include <asm/nmi.h> |
20 | #include <asm/hw_irq.h> | 20 | #include <asm/hw_irq.h> |
21 | 21 | ||
22 | note_buf_t crash_notes[NR_CPUS]; | ||
23 | |||
24 | void machine_crash_shutdown(struct pt_regs *regs) | 22 | void machine_crash_shutdown(struct pt_regs *regs) |
25 | { | 23 | { |
26 | /* This function is only called after the system | 24 | /* This function is only called after the system |