]> Git Repo - linux.git/blobdiff - kernel/entry/common.c
Merge tag 'core-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / kernel / entry / common.c
index 8d996dddf8b9b3df4d133e8d5a9f45cdee6c70aa..a0b3b04fb5965995ea991f8aa6e375c62e8d9c2d 100644 (file)
@@ -422,7 +422,7 @@ noinstr void irqentry_exit(struct pt_regs *regs, irqentry_state_t state)
 
                instrumentation_begin();
                if (IS_ENABLED(CONFIG_PREEMPTION)) {
-#ifdef CONFIG_PREEMT_DYNAMIC
+#ifdef CONFIG_PREEMPT_DYNAMIC
                        static_call(irqentry_exit_cond_resched)();
 #else
                        irqentry_exit_cond_resched();
This page took 0.03235 seconds and 4 git commands to generate.