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 8b8aa63 commit 6ebb496Copy full SHA for 6ebb496
arch/mips/kernel/entry.S
@@ -158,7 +158,8 @@ syscall_exit_work:
158
jal syscall_trace_leave
159
b resume_userspace
160
161
-#if defined(CONFIG_CPU_MIPSR2) || defined(CONFIG_MIPS_MT)
+#if defined(CONFIG_CPU_MIPSR2) || defined(CONFIG_CPU_MIPSR6) || \
162
+ defined(CONFIG_MIPS_MT)
163
164
/*
165
* MIPS32R2 Instruction Hazard Barrier - must be called
@@ -171,4 +172,4 @@ LEAF(mips_ihb)
171
172
nop
173
END(mips_ihb)
174
-#endif /* CONFIG_CPU_MIPSR2 or CONFIG_MIPS_MT */
175
+#endif /* CONFIG_CPU_MIPSR2 or CONFIG_CPU_MIPSR6 or CONFIG_MIPS_MT */
0 commit comments