Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eb59449400f1e5984509e502711141302a2867ab
Commit:     eb59449400f1e5984509e502711141302a2867ab
Parent:     c1b3da3ecdbf9e9f377474c11ba988b8821f86c8
Author:     Ingo Molnar <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 9 11:16:47 2007 +0200
Committer:  Ingo Molnar <[EMAIL PROTECTED]>
CommitDate: Thu Aug 9 11:16:47 2007 +0200

    sched: remove __rq_clock()
    
    remove the (now unused) __rq_clock() function.
    
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 kernel/sched.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/kernel/sched.c b/kernel/sched.c
index d673451..65eb484 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -361,13 +361,6 @@ static void update_rq_clock(struct rq *rq)
                __update_rq_clock(rq);
 }
 
-static u64 __rq_clock(struct rq *rq)
-{
-       __update_rq_clock(rq);
-
-       return rq->clock;
-}
-
 /*
  * The domain tree (rq->sd) is protected by RCU's quiescent state transition.
  * See detach_destroy_domains: synchronize_sched for details.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to