Fix a recursive clock_lock() on SMP systems which was deadlocking on boot.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Jun 2005 22:55:19 +0000 (22:55 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Jun 2005 22:55:19 +0000 (22:55 +0000)
commitee31250eabf93542cb08014516af79eeb5ad1b07
tree186d6734bf7bbdbc852dcdba49497be706d278a3
parent1636ba19c961397924dd15f2292d68ebbe999911
Fix a recursive clock_lock() on SMP systems which was deadlocking on boot.
(related to the new system timer API).
sys/i386/isa/clock.c
sys/platform/pc32/isa/clock.c