Skip to content

Commit cd8d78e

Browse files
zhenwei.pigregkh
authored andcommitted
x86/pti: Document fix wrong index
commit 98f0fce 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4fb8368 commit cd8d78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)