tile: various console improvements
[deliverable/linux.git] / arch / tile / kernel / reboot.c
index d1b5c913ae724d4a4f794d0590e263d305a4a58a..6c5d2c070a12af145950a857fcd698b9b2bcc224 100644 (file)
@@ -27,7 +27,6 @@
 
 void machine_halt(void)
 {
-       warn_early_printk();
        arch_local_irq_disable_all();
        smp_send_stop();
        hv_halt();
@@ -35,7 +34,6 @@ void machine_halt(void)
 
 void machine_power_off(void)
 {
-       warn_early_printk();
        arch_local_irq_disable_all();
        smp_send_stop();
        hv_power_off();
This page took 0.028783 seconds and 5 git commands to generate.