Module Name: src Committed By: riastradh Date: Fri Jun 23 22:49:38 UTC 2023
Modified Files: src/sys/kern: kern_synch.c Log Message: tsleep: Comment out kernel lock assertion for now. Breaks tpm(4) which breaks boot on a lot of systems. tpm(4) shouldn't be using tsleep; it doesn't appear to even have an interrupt handler for wakeups, so it could get by with kpause. If it ever did sprout an interrupt handler it should use condvar(9) anyway. But for now I don't have time to fix it tonight. To generate a diff of this commit: cvs rdiff -u -r1.355 -r1.356 src/sys/kern/kern_synch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.