Commit 5f024a25 authored by Andrew Morton's avatar Andrew Morton Committed by Matthew Wilcox
Browse files

[PARISC] Kill wall_jiffies use



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

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 22fced88
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;