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:           Wed Dec  4 15:25:12 UTC 2024

Modified Files:
        src/sys/dev: ipmi.c ipmivar.h

Log Message:
ipmi(4): Omit needless condvar/mutex for sleep.

Just use kpause instead.

Cleanup in preparation for:

PR kern/58869: ipmi(4) holds sc_cmd_mtx across copyout, needed for
wdog tickle


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ipmi.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ipmivar.h

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