kernel: Fix some wrong porting of *_TRYLOCK() macros.
authorSascha Wildner <saw@online.de>
Sat, 21 Jul 2018 08:45:29 +0000 (10:45 +0200)
committerSascha Wildner <saw@online.de>
Sat, 21 Jul 2018 08:45:29 +0000 (10:45 +0200)
commit7968600a99a7e77eaa71e9c4a5fa0870956b92d1
treee757db1acebfb630ca44cde31eb81a700372614a
parent3558045ed4b860d2cf5f80b5cd85b8fe05b3754a
kernel: Fix some wrong porting of *_TRYLOCK() macros.

Of these three, only CHN_TRYLOCK() is used in actual, active code,
but it is in the SNDCTL_DSP_SYNCSTART ioctl which in turn is not
used in base or in dports.

ARCMSR_LOCK_TRY() and PCM_TRYLOCK() are not used at all.
sys/dev/raid/arcmsr/arcmsr.h
sys/dev/sound/pcm/channel.h
sys/dev/sound/pcm/sound.h