CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/12/28 07:02:08

Modified files:
        sys/arch/i386/i386: machdep.c pmap.c 

Log message:
Initialize pmap_kernel()'s mutexes.

Poison the IPL value of `pm_mtx' since it isn't supposed to be used
and add an assert to make sure splraise() isn't called with a poisoned
value.

Fix a missing initialization found by WITNESS and reported by gnezdo@.

ok millert@

Reply via email to