Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 04/20/2005 14:10:03
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.