]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
KVM: MMU: Fix comment in page_fault()
authorEddie Dong <eddie.dong@intel.com>
Thu, 26 Mar 2009 07:28:40 +0000 (15:28 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:34 +0000 (11:48 +0300)
The original one is for the code before refactoring.

Signed-off-by: Yaozu (Eddie) Dong <eddie.dong@intel.com>
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/paging_tmpl.h

index 855eb71110490fe269216163605f4eda95d6e19d..eae949973d09c193003bfdb725ca57bc7acffcd0 100644 (file)
@@ -379,7 +379,7 @@ static int FNAME(page_fault)(struct kvm_vcpu *vcpu, gva_t addr,
                return r;
 
        /*
-        * Look up the shadow pte for the faulting address.
+        * Look up the guest pte for the faulting address.
         */
        r = FNAME(walk_addr)(&walker, vcpu, addr, write_fault, user_fault,
                             fetch_fault);