Skip to content

Commit 129ea00

Browse files
jmahlerIngo Molnar
authored andcommitted
x86/doc: Fix the 'tlb_single_page_flush_ceiling' sysconfig path
Fix the documented sysconfig location of 'tlb_single_page_flush_ceiling' which is under /sys/kernel/debug/... not /sys/debug/kernel/... Signed-off-by: Jeremiah Mahler <[email protected]> Acked-by: Dave Hansen <[email protected]> Cc: Randy Dunlap <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 8642685 commit 129ea00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/x86/tlb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ invlpg instruction (or instructions _near_ it) show up high in
3535
profiles. If you believe that individual invalidations being
3636
called too often, you can lower the tunable:
3737

38-
/sys/debug/kernel/x86/tlb_single_page_flush_ceiling
38+
/sys/kernel/debug/x86/tlb_single_page_flush_ceiling
3939

4040
This will cause us to do the global flush for more cases.
4141
Lowering it to 0 will disable the use of the individual flushes.

0 commit comments

Comments
 (0)