mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
Documentation: fix typos in split page table lock description
Signed-off-by: Rolf Eike Beer <eb@emlix.com> Link: https://lore.kernel.org/r/2338863.uUFqZTUbry@devpool47 Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
1a63f9cce7
commit
96c0f7c0b9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ There are helpers to lock/unlock a table and other accessor functions:
|
|||
|
||||
Split page table lock for PTE tables is enabled compile-time if
|
||||
CONFIG_SPLIT_PTLOCK_CPUS (usually 4) is less or equal to NR_CPUS.
|
||||
If split lock is disabled, all tables guaded by mm->page_table_lock.
|
||||
If split lock is disabled, all tables are guarded by mm->page_table_lock.
|
||||
|
||||
Split page table lock for PMD tables is enabled, if it's enabled for PTE
|
||||
tables and the architecture supports it (see below).
|
||||
|
|
Loading…
Reference in a new issue