activate any tick-delayed software interrupts in the per-cpu hardclock
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 11 Feb 2004 21:47:51 +0000 (21:47 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 11 Feb 2004 21:47:51 +0000 (21:47 +0000)
commit604e1e09537438879cf4a0c59381af38593c7b58
tree14f0c8ddb587b10b68fb653a95a5de5f2c2440e9
parentc475c75cc1274635dd023bf18cd057e0ecbc0aba
activate any tick-delayed software interrupts in the per-cpu hardclock
by calling setdelayed().  This was accidently removed when the clock code
was revamped.
sys/kern/kern_clock.c