Skip to content

Commit

Permalink
qemu: do not enable IP7 blindly
Browse files Browse the repository at this point in the history
IP7 will be enabled automatically in mips_clockevent_init(), if available.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Dec 9, 2007
1 parent 0f5e49a commit 8f7e7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/qemu/q-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 8f7e7d6

Please sign in to comment.