kernel: remove todfix overflow iprint() spam
This commit is contained in:
parent
6a651b42ac
commit
5afa5f5c0b
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue