CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/03/10 02:17:09

Modified files:
        sys/conf       : files 

Log message:
make uvm_io.c build conditional to save space on ramdisks

uvm_io() calls in kern_sysctl.c are under #ifndef SMALL_KERNEL
sys_process.c has a uvm_io() call but is only built for ptrace | dt

feedback from miod@

Reply via email to