Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}