forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
kernel/arch/arm/include/asm/switch_to.h
....@@ -10,7 +10,7 @@
1010 * to ensure that the maintenance completes in case we migrate to another
1111 * CPU.
1212 */
13
-#if defined(CONFIG_PREEMPT) && defined(CONFIG_SMP) && defined(CONFIG_CPU_V7)
13
+#if defined(CONFIG_PREEMPTION) && defined(CONFIG_SMP) && defined(CONFIG_CPU_V7)
1414 #define __complete_pending_tlbi() dsb(ish)
1515 #else
1616 #define __complete_pending_tlbi()