sched: cfs.nr_running does not contain the intended metric
authorChris Redpath <chris.redpath@arm.com>
Thu, 16 May 2013 16:48:41 +0000 (17:48 +0100)
committerJon Medhurst <tixy@linaro.org>
Wed, 17 Jul 2013 10:12:27 +0000 (11:12 +0100)
commit7e6446630039fcbabb9582ebefdcbc30de32c0e2
tree28a6e3af7d14ac0fe00e554ddbbc7c8f4c8bb538
parentcf71912f481c7b6fc39e9b2021e8f9c058116c26
sched: cfs.nr_running does not contain the intended metric

rq->nr_running is the actual number of runnable tasks we wish to use
to determine if a task is alone on a CPU.

Change-Id: Icaf3022e02924ecdc94e14d4146c6fadd9580e2b
Signed-off-by: Chris Redpath <chris.redpath@arm.com>
kernel/sched/fair.c