提交 8a833110 编写于 作者: M Mike Frysinger

Blackfin: drop duplicate sched_clock

The Blackfin sched_clock() func is pretty much a duplicate of the common
version, so just punt it.
Reported-by: NDavid Miller <davem@davemloft.net>
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 a797a0e2
......@@ -184,11 +184,3 @@ void __init time_init(void)
time_sched_init(timer_interrupt);
}
/*
* Scheduler clock - returns current time in nanosec units.
*/
unsigned long long sched_clock(void)
{
return (unsigned long long)jiffies *(NSEC_PER_SEC / HZ);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册