mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
mm: pgtable: Fix grammar error
Fix "due high contention" to "due to high contention". Signed-off-by: I Hsin Cheng <richard120310@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250204093326.206007-1-richard120310@gmail.com
This commit is contained in:
committed by
Jonathan Corbet
parent
2014c95afe
commit
a9fe4f04da
@@ -4,7 +4,7 @@ Split page table lock
|
||||
|
||||
Originally, mm->page_table_lock spinlock protected all page tables of the
|
||||
mm_struct. But this approach leads to poor page fault scalability of
|
||||
multi-threaded applications due high contention on the lock. To improve
|
||||
multi-threaded applications due to high contention on the lock. To improve
|
||||
scalability, split page table lock was introduced.
|
||||
|
||||
With split page table lock we have separate per-table lock to serialize
|
||||
|
||||
Reference in New Issue
Block a user