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:   martin
Date:           Sat Dec 28 08:49:41 UTC 2019

Modified Files:
        src/sys/uvm: uvm_page.c

Log Message:
Use PRIxPADDR to print a physical address (instead of casting to void*
and printing a pointer - which does not work well if sizeof(paddr_t) !=
sizeof(void*)).


To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/sys/uvm/uvm_page.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