projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e428097
)
mips: Enable VInt interrupt mode for the 34Kf
author
Edgar E. Iglesias
<edgar.iglesias@gmail.com>
Mon, 29 Aug 2011 21:07:37 +0000
(23:07 +0200)
committer
Edgar E. Iglesias
<edgar.iglesias@gmail.com>
Tue, 6 Sep 2011 09:09:38 +0000
(11:09 +0200)
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-mips/translate_init.c
patch
|
blob
|
history
diff --git
a/target-mips/translate_init.c
b/target-mips/translate_init.c
index 5bb421562a96e0164460f489d3e45d89cdc9884b..fe6b1fd694833aed79ccc942c85863051961fac3 100644
(file)
--- a/
target-mips/translate_init.c
+++ b/
target-mips/translate_init.c
@@
-274,7
+274,7
@@
static const mips_def_t mips_defs[] =
(0 << CP0C1_DS) | (3 << CP0C1_DL) | (1 << CP0C1_DA) |
(1 << CP0C1_CA),
.CP0_Config2 = MIPS_CONFIG2,
- .CP0_Config3 = MIPS_CONFIG3 | (
0
<< CP0C3_VInt) | (1 << CP0C3_MT),
+ .CP0_Config3 = MIPS_CONFIG3 | (
1
<< CP0C3_VInt) | (1 << CP0C3_MT),
.CP0_LLAddr_rw_bitmask = 0,
.CP0_LLAddr_shift = 0,
.SYNCI_Step = 32,