Module Name: src Committed By: riastradh Date: Sat Mar 19 16:20:45 UTC 2022
Modified Files:
src/sys/dev/pci: viornd.c
Log Message:
viornd(4): Revert IPL change for lock.
This lock is taken in hard interrupt context, so it needs to remain
at IPL_VM.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/viornd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
