Remove a debugging statement from the previous commit.
This commit is contained in:
parent
1409858b3b
commit
d566310d21
@ -330,8 +330,6 @@ S_clockinfo(int l2, void *p)
|
||||
warnx("S_clockinfo %d != %d", l2, sizeof(*ci));
|
||||
return (0);
|
||||
}
|
||||
uint32_t *x = (uint32_t *)p;
|
||||
printf("%06x %06x %06x %06x %06x\n", x[0], x[1], x[2], x[3], x[4]);
|
||||
printf(hflag ? "{ hz = %'d, tick = %'d, profhz = %'d, stathz = %'d }" :
|
||||
"{ hz = %d, tick = %d, profhz = %d, stathz = %d }",
|
||||
ci->hz, ci->tick, ci->profhz, ci->stathz);
|
||||
|
Loading…
Reference in New Issue
Block a user