Commit 8f7e7d67 authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle

qemu: do not enable IP7 blindly

IP7 will be enabled automatically in mips_clockevent_init(), if available.
Signed-off-by: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 0f5e49a2
......@@ -33,5 +33,5 @@ void __init arch_init_irq(void)
mips_cpu_irq_init();
init_i8259_irqs();
set_c0_status(0x8400);
set_c0_status(0x400);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment