Fix parsing of a 1GB page table entry.
authorjhb <jhb@FreeBSD.org>
Mon, 28 Mar 2016 18:41:48 +0000 (18:41 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 28 Mar 2016 18:41:48 +0000 (18:41 +0000)
commit2d884a83b2752861330ec6b2172e81b6c478fd17
tree6e2b5e3c0471b2fa9156ed01714f5da448e8b3d1
parente3bae03c17a5aab07ec2e1eef97ebeec208fe7fa
Fix parsing of a 1GB page table entry.

Use 'pdpe' to extract the PA of the 1GB page instead of 'pde' (which was
a copy and paste bug from the 2MB page case further down).

CID: 1341467
Reported by: pfg
lib/libkvm/kvm_amd64.c