diff options
author | Steven Miao <realmz6@gmail.com> | 2012-10-08 02:18:34 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-10-08 02:36:30 -0400 |
commit | 5204e4787b89a281be88a2eb57407165da2757ad (patch) | |
tree | 9f005fe4320ec3e543ea11858f3367d4efbde6e1 /arch/blackfin/kernel | |
parent | e334492632babe99db5ac6811fec15312eedb2ca (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')
-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 5272e6eefd9..c4f50a32850 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 |