aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2018-01-24 12:02:09 +0800
committerAlex Shi <alex.shi@linaro.org>2018-01-24 12:02:09 +0800
commit4f0ca2b2718d297c88b1c303f2d414327c537636 (patch)
tree4b0a5fb992257e4441ca49576bef59e543678454 /Documentation
parent4729f0eeb703afefcb7c5030f05ca35c44146394 (diff)
parent79584a4221253611a4d033087f373b046350df9f (diff)
Merge tag 'v4.9.78' into linux-linaro-lsk-v4.9
This is the 4.9.78 stable release
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