[PARISC] Kill wall_jiffies use
authorAndrew Morton <akpm@osdl.org>
Sun, 1 Oct 2006 20:17:13 +0000 (16:17 -0400)
committerMatthew Wilcox <willy@parisc-linux.org>
Wed, 4 Oct 2006 12:51:45 +0000 (06:51 -0600)
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>
arch/parisc/kernel/time.c

index 9d642d8..b3496b5 100644 (file)
@@ -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;