summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/reboot.c
diff options
context:
space:
mode:
authorSteven Miao <realmz6@gmail.com>2012-10-08 14:18:34 +0800
committerBob Liu <lliubbo@gmail.com>2012-10-08 14:36:30 +0800
commit5204e4787b89a281be88a2eb57407165da2757ad (patch)
tree9f005fe4320ec3e543ea11858f3367d4efbde6e1 /arch/blackfin/kernel/reboot.c
parente334492632babe99db5ac6811fec15312eedb2ca (diff)
Blackfin: fix wrong place disabled irq
Shouldn't disable irq before send ipi. Signed-off-by: Steven Miao <realmz6@gmail.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/kernel/reboot.c')
-rw-r--r--arch/blackfin/kernel/reboot.c1
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)
void machine_restart(char *cmd)
{
native_machine_restart(cmd);
- local_irq_disable();
if (smp_processor_id())
smp_call_function((void *)bfin_reset, 0, 1);
else