mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
MIPS: Loongson: Remove redundant local_irq_disable()
That code is executed with irq disabled already, so, remove the redundant local_irq_disable() here. Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
01a6fbf759
commit
b40bb20e74
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ void __init arch_init_irq(void)
|
|||
* int-handler is not on bootstrap
|
||||
*/
|
||||
clear_c0_status(ST0_IM | ST0_BEV);
|
||||
local_irq_disable();
|
||||
|
||||
/* setting irq trigger mode */
|
||||
set_irq_trigger_mode();
|
||||
|
|
Loading…
Reference in a new issue