projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b3da3
)
sched: remove __rq_clock()
author
Ingo Molnar
<mingo@elte.hu>
Thu, 9 Aug 2007 09:16:47 +0000
(11:16 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 9 Aug 2007 09:16:47 +0000
(11:16 +0200)
remove the (now unused) __rq_clock() function.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
patch
|
blob
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index d67345175179cd512e21447e97023b1d6c31cebb..65eb484dc268d151c3921930e129cc972f348a9e 100644
(file)
--- 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.