summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorzhenwei.pi <zhenwei.pi@youruncloud.com>2018-01-18 09:04:52 +0800
committerBen Hutchings <ben@decadent.org.uk>2018-03-19 18:59:09 +0000
commit5938f6b9d292f224eb57db9a110ad9bad629af23 (patch)
tree86b67be295ecbf7dd07d826509ce93f6965ea1b1 /Documentation
parent073bc0d7414aa0f9982c7d569391b856827cf789 (diff)
x86/pti: Document fix wrong index
commit 98f0fceec7f84d80bc053e49e596088573086421 upstream. In section <2. Runtime Cost>, fix wrong index. Signed-off-by: zhenwei.pi <zhenwei.pi@youruncloud.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: dave.hansen@linux.intel.com Link: https://lkml.kernel.org/r/1516237492-27739-1-git-send-email-zhenwei.pi@youruncloud.com Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/x86/pti.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/pti.txt b/Documentation/x86/pti.txt
index d11eff61fc9a..5cd58439ad2d 100644
--- a/Documentation/x86/pti.txt
+++ b/Documentation/x86/pti.txt
@@ -78,7 +78,7 @@ this protection comes at a cost:
non-PTI SYSCALL entry code, so requires mapping fewer
things into the userspace page tables. The downside is
that stacks must be switched at entry time.
- d. Global pages are disabled for all kernel structures not
+ c. Global pages are disabled for all kernel structures not
mapped into both kernel and userspace page tables. This
feature of the MMU allows different processes to share TLB
entries mapping the kernel. Losing the feature means more