فهرست منبع

[PARISC] Kill wall_jiffies use

wall_jiffies and jiffies are now equal, so this is a noop...

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Andrew Morton 18 سال پیش
والد
کامیت
5f024a251f
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      arch/parisc/kernel/time.c

+ 0 - 3
arch/parisc/kernel/time.c

@@ -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;