提交 5f024a25 编写于 作者: A Andrew Morton 提交者: Matthew Wilcox

[PARISC] Kill wall_jiffies use

wall_jiffies and jiffies are now equal, so this is a noop...
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 22fced88
......@@ -215,9 +215,6 @@ static inline unsigned long gettimeoffset (void)
/* FIXME: Can we improve the precision? Not with PAGE0. */
usec = (elapsed_cycles * 10000) / PAGE0->mem_10msec;
/* add in "lost" jiffies */
usec += cpt * (jiffies - wall_jiffies);
return usec;
#else
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册