summaryrefslogtreecommitdiff
path: root/Documentation/virt/kvm/mmu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/virt/kvm/mmu.txt')
-rw-r--r--Documentation/virt/kvm/mmu.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/mmu.txt b/Documentation/virt/kvm/mmu.txt
index dadb29e8738f..ec072c6bc03f 100644
--- a/Documentation/virt/kvm/mmu.txt
+++ b/Documentation/virt/kvm/mmu.txt
@@ -420,7 +420,7 @@ If the generation number of the spte does not equal the global generation
number, it will ignore the cached MMIO information and handle the page
fault through the slow path.
-Since only 19 bits are used to store generation-number on mmio spte, all
+Since only 18 bits are used to store generation-number on mmio spte, all
pages are zapped when there is an overflow.
Unfortunately, a single memory access might access kvm_memslots(kvm) multiple