Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
kernel/entry/common.c
··· 422 422 423 423 instrumentation_begin(); 424 424 if (IS_ENABLED(CONFIG_PREEMPTION)) { 425 - #ifdef CONFIG_PREEMT_DYNAMIC 425 + #ifdef CONFIG_PREEMPT_DYNAMIC 426 426 static_call(irqentry_exit_cond_resched)(); 427 427 #else 428 428 irqentry_exit_cond_resched();