diff options
Diffstat (limited to 'arch/blackfin/kernel/reboot.c')
-rw-r--r-- | arch/blackfin/kernel/reboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/reboot.c b/arch/blackfin/kernel/reboot.c index 5272e6eefd92..c4f50a328501 100644 --- a/arch/blackfin/kernel/reboot.c +++ b/arch/blackfin/kernel/reboot.c | |||
@@ -86,7 +86,6 @@ void native_machine_restart(char *cmd) | |||
86 | void machine_restart(char *cmd) | 86 | void machine_restart(char *cmd) |
87 | { | 87 | { |
88 | native_machine_restart(cmd); | 88 | native_machine_restart(cmd); |
89 | local_irq_disable(); | ||
90 | if (smp_processor_id()) | 89 | if (smp_processor_id()) |
91 | smp_call_function((void *)bfin_reset, 0, 1); | 90 | smp_call_function((void *)bfin_reset, 0, 1); |
92 | else | 91 | else |