CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/15 15:51:34
Modified files:
sys/arch/i386/i386: ucode.c
Log message:
Use km_alloc(9)/km_free(9) instead of uvm_km_valloc(9)/uvm_km_free(9).
These are the preferred interfaces and using them avoids tripping over
a kernel lock assertion during early boot.
Tested by bluhm@, sthen@ and Hrvoje Popovski.
ok mpi@
