projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e504d
)
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 fe3c152d0c68ea0d593998eb0a727d9cbdcfbddc..893211054790698a418aae9541528a2dd57fb1ed 100644
(file)
--- a/
kernel/sched.c
+++ b/
kernel/sched.c
@@
-368,12
+368,6
@@
static u64 __rq_clock(struct rq *rq)
return rq->clock;
}
-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.