Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: riastradh
Date: Sun Oct 23 23:03:30 UTC 2022
Modified Files:
src/sys/dev: midi.c
Log Message:
midi(4): No need to take lock just for callout_halt.
Lock is relevant only if we're doing something _else_ under the lock
that must be serialized with the callout's own action.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/dev/midi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index