Fix krateprintf(). The frequency was improperly being multiplied by hz
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 8 Dec 2007 20:08:53 +0000 (20:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 8 Dec 2007 20:08:53 +0000 (20:08 +0000)
commit1c9c514a645f0bd23ca765eafcfbfb745e862843
treef04adc6aac65522df889391b839063a4f20628af
parentb171561be45498cc3c5deb8193ebb041bdf1a0b3
Fix krateprintf().  The frequency was improperly being multiplied by hz
because we were testing against ticks instead of seconds.
sys/kern/subr_prf.c