| From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
| Date: | Tue, 10 Jul 2007 11:53:16 -0700 (PDT) |
:
:we should switch back to spinlocks and maybe sync the sound code to FreeBSD-7.
We can't use spinlocks in that code. FreeBSD assumes they are sleepable
mutexes so we have to use lockmgr locks (which are basically the same
thing).
-Matt