qemu: do not enable IP7 blindly

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Tuesday, December 11, 2007 - 1:59 am

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8f7e7d...
Commit:     8f7e7d67cbcbcfd2c72d496f01f5e4c78853ef7d
Parent:     0f5e49a2e2de69ee05ad8783274b0672247fd18f
Author:     Atsushi Nemoto <anemo@mba.ocn.ne.jp>
AuthorDate: Fri Nov 23 00:44:06 2007 +0900
Committer:  Ralf Baechle <ralf@linux-mips.org>
CommitDate: Sun Dec 9 04:51:10 2007 +0000

    qemu: do not enable IP7 blindly
    
    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>
---
 arch/mips/qemu/q-irq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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);
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
qemu: do not enable IP7 blindly, Linux Kernel Mailing List..., (Tue Dec 11, 1:59 am)