From: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Date: Tue, 11 May 2010 06:36:58 +0000 (+0800)
Subject: KVM: update mmu documetation for role.nxe
X-Git-Tag: firefly_0821_release~9833^2~1315^2~159
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6859762e8ae32ec258a671faf5c9fef07b25b83f;p=firefly-linux-kernel-4.4.55.git

KVM: update mmu documetation for role.nxe

There's no member "cr4_nxe" in struct kvm_mmu_page_role, it names "nxe" now.
Update mmu document.

Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
---

diff --git a/Documentation/kvm/mmu.txt b/Documentation/kvm/mmu.txt
index aaed6ab9d7ab..0e872ae30914 100644
--- a/Documentation/kvm/mmu.txt
+++ b/Documentation/kvm/mmu.txt
@@ -161,7 +161,7 @@ Shadow pages contain the following information:
   role.cr4_pae:
     Contains the value of cr4.pae for which the page is valid (e.g. whether
     32-bit or 64-bit gptes are in use).
-  role.cr4_nxe:
+  role.nxe:
     Contains the value of efer.nxe for which the page is valid.
   role.cr0_wp:
     Contains the value of cr0.wp for which the page is valid.