Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/uvm
Module Name: src
Committed By: riastradh
Date: Mon Feb 27 16:24:46 UTC 2023
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B)
While here, print some of the inputs with KASSERTMSG.
To generate a diff of this commit:
cvs rdiff -u -r1.403 -r1.404 src/sys/uvm/uvm_map.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index