Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [matt-nb5-mips64] src/sys/uvm



Module Name:    src
Committed By:   matt
Date:           Tue Nov 29 07:44:52 UTC 2011

Modified Files:
        src/sys/uvm [matt-nb5-mips64]: uvm_param.h

Log Message:
Redefine ptoa() to be the inverse of atop.  If you were using a 32-bit vaddr_t
with 64-bit paddr_t and using managed addresses > 4GB, uvm_page_init would
silently discard the upper 32-bits of the physical address possibly double
mapping pages.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.21.78.1 src/sys/uvm/uvm_param.h

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