]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched, numa, mm: Make find_busiest_queue() a method
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Sat, 3 Mar 2012 15:56:25 +0000 (16:56 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 28 Oct 2012 14:45:37 +0000 (15:45 +0100)
commit7ee9d9209c576223748f87863c79a09e653a2b5d
tree6d0043388ce5649263aa40b7358766548d2c2efd
parent4fd98847ba5c03a9bf9f9a5dae3ed58b35db032c
sched, numa, mm: Make find_busiest_queue() a method

Its a bit awkward but it was the least painful means of modifying the
queue selection. Used in a later patch to conditionally use a random
queue.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Turner <pjt@google.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/n/tip-lfpez319yryvdhwqfqrh99f2@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c