diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-14 19:48:36 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-04-21 00:45:03 +0300 |
commit | 3ecad8c2c1ff333e204c26e2f0dddfa623153f87 (patch) | |
tree | 5344e4afbc2c1f62d9a118c14ab71fb6d2657228 /Documentation/virt/kvm/mmu.rst | |
parent | 72ef5e52b3f74c0be47b20f5c434b7ecc830cf40 (diff) | |
download | linux-3ecad8c2c1ff333e204c26e2f0dddfa623153f87.tar.xz |
docs: fix broken references for ReST files that moved around
Some broken references happened due to shifting files around
and ReST renames. Those can't be auto-fixed by the script,
so let's fix them manually.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Link: https://lore.kernel.org/r/64773a12b4410aaf3e3be89e3ec7e34de2484eea.1586881715.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/virt/kvm/mmu.rst')
-rw-r--r-- | Documentation/virt/kvm/mmu.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/mmu.rst b/Documentation/virt/kvm/mmu.rst index 60981887d20b..46126ecc70f7 100644 --- a/Documentation/virt/kvm/mmu.rst +++ b/Documentation/virt/kvm/mmu.rst @@ -319,7 +319,7 @@ Handling a page fault is performed as follows: - If both P bit and R/W bit of error code are set, this could possibly be handled as a "fast page fault" (fixed without taking the MMU lock). See - the description in Documentation/virt/kvm/locking.txt. + the description in Documentation/virt/kvm/locking.rst. - if needed, walk the guest page tables to determine the guest translation (gva->gpa or ngpa->gpa) |