From: Ingo Molnar Date: Thu, 9 Aug 2007 09:16:47 +0000 (+0200) Subject: sched: remove 'now' use from assignments X-Git-Tag: v2.6.23-rc3~73^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d281918d7c135c555d9cebcf73d4320efa8177dc;p=pandora-kernel.git sched: remove 'now' use from assignments change all 'now' timestamp uses in assignments to rq->clock. ( this is an identity transformation that causes no functionality change: all such new rq->clock is necessarily preceded by an update_rq_clock() call. ) Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed