* [PATCH] qemu: do not enable IP7 blindly
@ 2007-11-22 15:44 Atsushi Nemoto
2007-11-27 16:16 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2007-11-22 15:44 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
IP7 will be enabled automatically in mips_clockevent_init(), if it was
available.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/qemu/q-irq.c b/arch/mips/qemu/q-irq.c
index 11f9847..7df36db 100644
--- a/arch/mips/qemu/q-irq.c
+++ b/arch/mips/qemu/q-irq.c
@@ -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);
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] qemu: do not enable IP7 blindly
2007-11-22 15:44 [PATCH] qemu: do not enable IP7 blindly Atsushi Nemoto
@ 2007-11-27 16:16 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-11-27 16:16 UTC (permalink / raw)
To: Atsushi Nemoto; +Cc: linux-mips
On Fri, Nov 23, 2007 at 12:44:06AM +0900, Atsushi Nemoto wrote:
> IP7 will be enabled automatically in mips_clockevent_init(), if it was
> available.
Applied.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-27 16:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 15:44 [PATCH] qemu: do not enable IP7 blindly Atsushi Nemoto
2007-11-27 16:16 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox