CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/10/12 02:44:45

Modified files:
        sys/uvm        : uvm_amap.c 

Log message:
Use KASSERT() instead of if(x) panic() for NULL dereference checks.

Improves readability and reduces the difference with NetBSD without
compromising debuggability on RAMDISK.

While here also use local variables to help with future locking and
reference counting.

ok semarie@

Reply via email to