]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
sched: eliminate __rq_clock() use
authorIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:47 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:47 +0000 (11:16 +0200)
commitc1b3da3ecdbf9e9f377474c11ba988b8821f86c8
treecb38b24a25ec27eed779e100eb9af909ba487bb7
parent2ab81159fa426bd09c21faf7c25fba13bc9d2902
sched: eliminate __rq_clock() use

eliminate __rq_clock() use by changing it to:

   __update_rq_clock(rq)
   now = rq->clock;

identity transformation - no change in behavior.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
kernel/sched_fair.c