提交 3959c795 编写于 作者: R Ralf Baechle

Don't call memset to clean irq_desc; these data fields have already

previously been initialized statically in kernel/irq/handle.c.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 0015365c
......@@ -446,7 +446,6 @@ void __init arch_init_irq(void)
extern int au1xxx_ic0_nr_irqs;
cp0_status = read_c0_status();
memset(irq_desc, 0, sizeof(irq_desc));
set_except_vector(0, au1000_IRQ);
/* Initialize interrupt controllers to a safe state.
......
......@@ -181,7 +181,6 @@ void __init arch_init_irq(void)
int i;
unsigned long flags;
memset(irq_desc, 0, sizeof(irq_desc));
set_except_vector(0, it8172_IRQ);
/* mask all interrupts */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册