diff options
Diffstat (limited to 'arch/tile/kernel/reboot.c')
| -rw-r--r-- | arch/tile/kernel/reboot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/kernel/reboot.c b/arch/tile/kernel/reboot.c index d1b5c913ae72..6c5d2c070a12 100644 --- a/arch/tile/kernel/reboot.c +++ b/arch/tile/kernel/reboot.c | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | 27 | ||
| 28 | void machine_halt(void) | 28 | void machine_halt(void) |
| 29 | { | 29 | { |
| 30 | warn_early_printk(); | ||
| 31 | arch_local_irq_disable_all(); | 30 | arch_local_irq_disable_all(); |
| 32 | smp_send_stop(); | 31 | smp_send_stop(); |
| 33 | hv_halt(); | 32 | hv_halt(); |
| @@ -35,7 +34,6 @@ void machine_halt(void) | |||
| 35 | 34 | ||
| 36 | void machine_power_off(void) | 35 | void machine_power_off(void) |
| 37 | { | 36 | { |
| 38 | warn_early_printk(); | ||
| 39 | arch_local_irq_disable_all(); | 37 | arch_local_irq_disable_all(); |
| 40 | smp_send_stop(); | 38 | smp_send_stop(); |
| 41 | hv_power_off(); | 39 | hv_power_off(); |
