]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit - kernel/sched/fair.c
sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task()
authorXunlei Pang <xlpang@redhat.com>
Tue, 10 May 2016 13:03:18 +0000 (21:03 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Jun 2016 07:18:56 +0000 (09:18 +0200)
commit1a99ae3f00d3c7c7885ee529ac9a874b19caa0cf
tree3cfa251dd8e6a2550e63c2b4a2ece19ce2d6f767
parent719af93ab78eaaccdb2fa727268da6b477804bfb
sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task()

Two minor fixes for cfs_rq_clock_task():

 1) If cfs_rq is currently being throttled, we need to subtract the cfs
    throttled clock time.

 2) Make "throttled_clock_task_time" update SMP unrelated. Now UP cases
    need it as well.

Signed-off-by: Xunlei Pang <xlpang@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Juri Lelli <juri.lelli@arm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1462885398-14724-1-git-send-email-xlpang@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c