summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umcs.c
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/dev/usb/umcs.c
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/dev/usb/umcs.c')
0 files changed, 0 insertions, 0 deletions
title='2007-03-09 21:35:33 +0000'>2007-03-09Fix the INSV instruction in MUTEX_ACQUIRE(). From Hans Rosenfeld.thorpej 2007-02-19Return rv, not 1, in MUTEX_ACQUIRE (spotted by mhitch)matt 2007-02-19MUTEX_NO_SPIN_ACTIVE_P() needs to be a macro, otherwise we end up inad 2007-02-17Add an implementation for krwlock_t. Initialize ci_mtx_count to 1 (biased).matt 2007-02-16MUTEX_SET_WAITERS(): return zero if the mutex has become unheld.ad 2007-02-16Partially adapt the VAX port to the newlock2 changes. These are untestedmatt