Skip to content

Commit

Permalink
smp: Wake ksoftirqd on PREEMPT_RT instead do_softirq().
Browse files Browse the repository at this point in the history
Sync with what has been posted in
  https://lore.kernel.org/all/20210927073814.x5h6osr4dgiu44sc@linutronix.de/

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
  • Loading branch information
Sebastian Andrzej Siewior committed Sep 30, 2021
1 parent a4dbd1f commit 7bbddda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ void flush_smp_call_function_from_idle(void)
flush_smp_call_function_queue(true);

if (local_softirq_pending()) {

if (!IS_ENABLED(CONFIG_PREEMPT_RT)) {
do_softirq();
} else {
Expand Down

0 comments on commit 7bbddda

Please sign in to comment.