kernel/arch/arm/include/asm/switch_to.h
.. .. @@ -10,7 +10,7 @@ 10 10 * to ensure that the maintenance completes in case we migrate to another 11 11 * CPU. 12 12 */ 13 -#if defined(CONFIG_PREEMPT) && defined(CONFIG_SMP) && defined(CONFIG_CPU_V7)13 +#if defined(CONFIG_PREEMPTION) && defined(CONFIG_SMP) && defined(CONFIG_CPU_V7)14 14 #define __complete_pending_tlbi() dsb(ish) 15 15 #else 16 16 #define __complete_pending_tlbi()