patch-2.4.25 linux-2.4.25/arch/ia64/kernel/time.c

Next file: linux-2.4.25/arch/ia64/kernel/traps.c
Previous file: linux-2.4.25/arch/ia64/kernel/sys_ia64.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/ia64/kernel/time.c linux-2.4.25/arch/ia64/kernel/time.c
@@ -93,7 +93,6 @@
 		 * it!
 		 */
 		tv->tv_usec -= gettimeoffset();
-		tv->tv_usec -= (jiffies - wall_jiffies) * (1000000 / HZ);
 
 		while (tv->tv_usec < 0) {
 			tv->tv_usec += 1000000;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)