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: simonb
Date: Wed Apr 20 14:10:03 UTC 2005
Modified Files:
src/sys/uvm: uvm_km.c
Log Message:
Use a cast to (long long) and 0x%llx to print out a paddr_t instead
of casting to (void *). Fixes compile problems with 64-bit paddr_t
on 32-bit platforms.
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/sys/uvm/uvm_km.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