]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
rt, nohz_full: fix nohz_full for PREEMPT_RT_FULL
authorMike Galbraith <umgwanakikbuti@gmail.com>
Sat, 11 Apr 2015 13:15:59 +0000 (15:15 +0200)
committerMichal Sojka <sojka@merica.cz>
Sun, 13 Sep 2015 07:47:42 +0000 (09:47 +0200)
commit28e7356f8f1767aafe4bec80430cb15ebabc97b7
tree0d2b0627e227105f58999a493aebb73e36c51cb9
parent400f006a3bce2af648f7b1647f87a4f5718ade82
rt, nohz_full: fix nohz_full for PREEMPT_RT_FULL

A task being ticked and trying to shut the tick down will fail due
to having just awakened ksoftirqd, subtract it from nr_running.

Signed-off-by: Mike Galbraith <umgwanakikbuti@gmail.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
kernel/sched/core.c
kernel/time/tick-sched.c