Remove unnecessary weird locking macro I added to blindly replace
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Fri, 10 Dec 2004 04:09:46 +0000 (04:09 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Fri, 10 Dec 2004 04:09:46 +0000 (04:09 +0000)
commit7a9b6b4f1edd2464ef77f0dfcf75ab393be0e9cd
treebe6caca1739501edc804e002c0876b5629a19d56
parentaa582f6446a74072cf1e2ed9ec6d76ab64e6242a
Remove unnecessary weird locking macro I added to blindly replace
mtx_*() functions. Original code needed the mutex functions because
spl*() functions are practically no-ops on FreeBSD 5.x and later
while they aren't on FreeBSD 4.x or DragonFly. Tested on both UP
and SMP boxes without a problem. No noticeable difference on
performance though.
DragonFly_Stable tag will be slipped in a few days if no bug reports
are posted to bugs@.
sys/dev/raid/ips/ips.c
sys/dev/raid/ips/ips.h
sys/dev/raid/ips/ips_commands.c
sys/dev/raid/ips/ips_pci.c