Skip to content

Commit 98f0fce

Browse files
zhenwei.piKAGA-KOKO
authored andcommitted
x86/pti: Document fix wrong index
In section <2. Runtime Cost>, fix wrong index. Signed-off-by: zhenwei.pi <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
1 parent c86a32c commit 98f0fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/x86/pti.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ this protection comes at a cost:
7878
non-PTI SYSCALL entry code, so requires mapping fewer
7979
things into the userspace page tables. The downside is
8080
that stacks must be switched at entry time.
81-
d. Global pages are disabled for all kernel structures not
81+
c. Global pages are disabled for all kernel structures not
8282
mapped into both kernel and userspace page tables. This
8383
feature of the MMU allows different processes to share TLB
8484
entries mapping the kernel. Losing the feature means more

0 commit comments

Comments
 (0)