Remove a debugging statement from the previous commit.

This commit is contained in:
Hartmut Brandt 2006-10-12 15:44:51 +00:00
parent 1409858b3b
commit d566310d21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163277

View File

@ -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);