hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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()