]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sched/rq_clock: Consolidate the ordering of the rq_clock methods
authorIngo Molnar <mingo@kernel.org>
Wed, 1 Feb 2017 11:29:21 +0000 (12:29 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 7 Feb 2017 09:58:01 +0000 (10:58 +0100)
commit535b9552bb81eebe112ee7bd34ee498857b0c26b
tree024786189a8aaa410c15196355dab2c5c24d2d3b
parent4025819d328cd0efc53ee22e01b800631944b7f3
sched/rq_clock: Consolidate the ordering of the rq_clock methods

update_rq_clock_task() and update_rq_clock() we unnecessarily
spread across core.c, requiring an extra prototype line.

Move them next to each other and in the proper order.

Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c