We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0586ac7 commit 717f142Copy full SHA for 717f142
arch/mips/kernel/cps-vec.S
@@ -107,7 +107,7 @@ not_nmi:
107
mul t1, t1, t0
108
mul t1, t1, t2
109
110
- li a0, KSEG0
+ li a0, CKSEG0
111
add a1, a0, t1
112
1: cache Index_Store_Tag_I, 0(a0)
113
add a0, a0, t0
@@ -134,7 +134,7 @@ icache_done:
134
135
136
137
138
addu a1, a0, t1
139
subu a1, a1, t0
140
1: cache Index_Store_Tag_D, 0(a0)
0 commit comments