Skip to content

Commit 6a8897d

Browse files
mudongliangJonathan Corbet
authored andcommitted
docs/zh_CN: update the translation of mm/active_mm.rst
Update to commit 88e3009 ("lazy tlb: allow lazy tlb mm refcounting to be configurable") scripts/checktransupdate.py reports: Documentation/translations/zh_CN/mm/active_mm.rst commit 88e3009 ("lazy tlb: allow lazy tlb mm refcounting to be configurable") commit ee86588 ("docs/mm: remove useless markup") 2 commits needs resolving in total Signed-off-by: Dongliang Mu <[email protected]> Reviewed-by: Alex Shi <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Message-ID: <985f62236dad7c9446272d94bffc20eb8f45ae4b.1729327831.git.dzm91@hust.edu.cn>
1 parent 047545e commit 6a8897d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/translations/zh_CN/mm/active_mm.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
Active MM
1414
=========
1515

16+
注意,在配置了 CONFIG_MMU_LAZY_TLB_REFCOUNT=n 的内核中,mm_count 引用计数
17+
可能不再包括“懒惰”用户(运行任务中 ->active_mm == mm && ->mm == NULL)。
18+
获取和释放这些懒惰引用必须使用 mmgrab_lazy_tlb() 和 mmdrop_lazy_tlb() 这
19+
两个辅助函数,它们抽象了这个配置选项。
20+
1621
这是一封linux之父回复开发者的一封邮件,所以翻译时我尽量保持邮件格式的完整。
1722

1823
::

0 commit comments

Comments
 (0)