Skip to content

Commit 682b26b

Browse files
committed
Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fix from Borislav Petkov: "Fix a typo in a macro ifdeffery" * tag 'sched_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: preempt/dynamic: Fix typo in macro conditional statement
2 parents 11fac7a + 0c89d87 commit 682b26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/entry/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ noinstr void irqentry_exit(struct pt_regs *regs, irqentry_state_t state)
422422

423423
instrumentation_begin();
424424
if (IS_ENABLED(CONFIG_PREEMPTION)) {
425-
#ifdef CONFIG_PREEMT_DYNAMIC
425+
#ifdef CONFIG_PREEMPT_DYNAMIC
426426
static_call(irqentry_exit_cond_resched)();
427427
#else
428428
irqentry_exit_cond_resched();

0 commit comments

Comments
 (0)