diff options
Diffstat (limited to 'arch/arm/kernel/machine_kexec.c')
-rw-r--r-- | arch/arm/kernel/machine_kexec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/kernel/machine_kexec.c b/arch/arm/kernel/machine_kexec.c index 8cf0996aa1a8..4f75192f2ef9 100644 --- a/arch/arm/kernel/machine_kexec.c +++ b/arch/arm/kernel/machine_kexec.c | |||
@@ -126,12 +126,12 @@ void machine_crash_shutdown(struct pt_regs *regs) | |||
126 | msecs--; | 126 | msecs--; |
127 | } | 127 | } |
128 | if (atomic_read(&waiting_for_crash_ipi) > 0) | 128 | if (atomic_read(&waiting_for_crash_ipi) > 0) |
129 | printk(KERN_WARNING "Non-crashing CPUs did not react to IPI\n"); | 129 | pr_warn("Non-crashing CPUs did not react to IPI\n"); |
130 | 130 | ||
131 | crash_save_cpu(regs, smp_processor_id()); | 131 | crash_save_cpu(regs, smp_processor_id()); |
132 | machine_kexec_mask_interrupts(); | 132 | machine_kexec_mask_interrupts(); |
133 | 133 | ||
134 | printk(KERN_INFO "Loading crashdump kernel...\n"); | 134 | pr_info("Loading crashdump kernel...\n"); |
135 | } | 135 | } |
136 | 136 | ||
137 | /* | 137 | /* |
@@ -177,7 +177,7 @@ void machine_kexec(struct kimage *image) | |||
177 | reboot_entry_phys = (unsigned long)reboot_entry + | 177 | reboot_entry_phys = (unsigned long)reboot_entry + |
178 | (reboot_code_buffer_phys - (unsigned long)reboot_code_buffer); | 178 | (reboot_code_buffer_phys - (unsigned long)reboot_code_buffer); |
179 | 179 | ||
180 | printk(KERN_INFO "Bye!\n"); | 180 | pr_info("Bye!\n"); |
181 | 181 | ||
182 | if (kexec_reinit) | 182 | if (kexec_reinit) |
183 | kexec_reinit(); | 183 | kexec_reinit(); |