]> git.baikalelectronics.ru Git - kernel.git/commit
sched/fair: Remove effective_load()
authorRik van Riel <riel@redhat.com>
Fri, 23 Jun 2017 16:55:30 +0000 (12:55 -0400)
committerIngo Molnar <mingo@kernel.org>
Sat, 24 Jun 2017 06:57:53 +0000 (08:57 +0200)
commitefd06ae675ffcc28f2949c4c4cef522209f5e3eb
tree8dd9657b3d337a39871fcd1a13c06dea96cb2050
parenta290333d9d40e75d55030559ac5deb79a2d2f419
sched/fair: Remove effective_load()

The effective_load() function was only used by the NUMA balancing
code, and not by the regular load balancing code. Now that the
NUMA balancing code no longer uses it either, get rid of it.

Signed-off-by: Rik van Riel <riel@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: jhladky@redhat.com
Cc: linux-kernel@vger.kernel.org
Link: http://lkml.kernel.org/r/20170623165530.22514-5-riel@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c