projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f5e49a
)
qemu: do not enable IP7 blindly
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Thu, 22 Nov 2007 15:44:06 +0000
(
00:44
+0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 9 Dec 2007 04:51:10 +0000
(
04:51
+0000)
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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/qemu/q-irq.c
b/arch/mips/qemu/q-irq.c
index 11f984767880b9e07f1c2b597779aa6ee2da6e79..7df36dbe65c702b039ef4ff6908b821a85302023 100644
(file)
--- 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(0x
8
400);
+ set_c0_status(0x400);
}