Skip to content

Commit

Permalink
[PARISC] Kill wall_jiffies use
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Matthew Wilcox committed Oct 4, 2006
1 parent 22fced8 commit 5f024a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/parisc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f024a2

Please sign in to comment.