kernel: remove todfix overflow iprint() spam

front
cinap_lenrek 2016-01-07 19:37:05 +01:00
parent 6a651b42ac
commit 5afa5f5c0b
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ todfix(void)
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 */