소스 검색

sched: remove __rq_clock()

remove the (now unused) __rq_clock() function.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 18 년 전
부모
커밋
eb59449400
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      kernel/sched.c

+ 0 - 7
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.