From: Andrew Morton Date: Sun, 1 Oct 2006 20:17:13 +0000 (-0400) Subject: [PARISC] Kill wall_jiffies use X-Git-Tag: v2.6.19-rc1~34^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5f024a251f0b3b179bbc8fc62f3a650e49359db5;p=linux-2.6-omap-h63xx.git [PARISC] Kill wall_jiffies use wall_jiffies and jiffies are now equal, so this is a noop... Signed-off-by: Andrew Morton Signed-off-by: Kyle McMartin --- diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c index 9d642d820fe..b3496b592a2 100644 --- a/arch/parisc/kernel/time.c +++ b/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;