Subject: CVS commit: src/lib/libkvm
To: None <source-changes@NetBSD.org>
From: Jed Davis <jld@netbsd.org>
List: source-changes
Date: 01/05/2008 06:22:55
Module Name:	src
Committed By:	jld
Date:		Sat Jan  5 06:22:55 UTC 2008

Modified Files:
	src/lib/libkvm: kvm_i386.c

Log Message:
The address translation routine needs to use the plN_pi macros (for
indexing into the PTP), not the plN_i ones (for indexing into the entire
linear page table); cf. the analogous code for amd64.  Fixes ~everything
to do with kernel core dumps on i386.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/lib/libkvm/kvm_i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.