remove dtp_mtx which protected dtp_ref; the code is always called with KERNEL_LOCK...
authormillert <millert@openbsd.org>
Mon, 25 Oct 2021 19:51:12 +0000 (19:51 +0000)
committermillert <millert@openbsd.org>
Mon, 25 Oct 2021 19:51:12 +0000 (19:51 +0000)
commit7ac5eeb93257bf4625913ae326b148b0b18708ad
tree84705600bfca55a4cc01e7cf9368ac61f343f9e6
parent6feb6ad0df27f61c604fac3bb5dfd478a0bffed9
remove dtp_mtx which protected dtp_ref; the code is always called with KERNEL_LOCK() held
sys/dev/dt/dt_dev.c