aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel')
-rw-r--r--arch/i386/kernel/crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/crash.c b/arch/i386/kernel/crash.c
index 21dc1bbb8067..13288d9793a7 100644
--- a/arch/i386/kernel/crash.c
+++ b/arch/i386/kernel/crash.c
@@ -163,7 +163,7 @@ static void nmi_shootdown_cpus(void)
163void machine_crash_shutdown(struct pt_regs *regs) 163void machine_crash_shutdown(struct pt_regs *regs)
164{ 164{
165 /* This function is only called after the system 165 /* This function is only called after the system
166 * has paniced or is otherwise in a critical state. 166 * has panicked or is otherwise in a critical state.
167 * The minimum amount of code to allow a kexec'd kernel 167 * The minimum amount of code to allow a kexec'd kernel
168 * to run successfully needs to happen here. 168 * to run successfully needs to happen here.
169 * 169 *