CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/24 04:46:43
Modified files:
sys/uvm : uvm_extern.h uvm_km.c
Log message:
Place uvm_km_zalloc(9) under #ifdef __i386__.
This allocator is only used by a single pmap which will be hopefully
converted.
Suggested by guenther@
