shithub: riscv

Download patch

ref: 5afa5f5c0b4239b86128e83825f2dbbb3e65f5f8
parent: 6a651b42ac8cdd639e6258dd24f097132983b4dc
author: cinap_lenrek <[email protected]>
date: Thu Jan 7 14:37:05 EST 2016

kernel: remove todfix overflow iprint() spam

--- a/sys/src/9/port/tod.c
+++ b/sys/src/9/port/tod.c
@@ -207,7 +207,6 @@
 	if(diff > tod.hz){
 		/* convert to epoch */
 		mul64fract(&x, diff, tod.multiplier);
-if(x > 30000000000ULL) iprint("todfix %llud\n", x);
 		x += tod.off;
 
 		/* protect against overflows */