mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
docs/zh_CN: update the translation of mm/active_mm.rst
Update to commit88e3009b52
("lazy tlb: allow lazy tlb mm refcounting to be configurable") scripts/checktransupdate.py reports: Documentation/translations/zh_CN/mm/active_mm.rst commit88e3009b52
("lazy tlb: allow lazy tlb mm refcounting to be configurable") commitee86588960
("docs/mm: remove useless markup") 2 commits needs resolving in total Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn> Reviewed-by: Alex Shi <alexs@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <985f62236dad7c9446272d94bffc20eb8f45ae4b.1729327831.git.dzm91@hust.edu.cn>
This commit is contained in:
parent
047545e560
commit
6a8897de11
@ -13,6 +13,11 @@
|
||||
Active MM
|
||||
=========
|
||||
|
||||
注意,在配置了 CONFIG_MMU_LAZY_TLB_REFCOUNT=n 的内核中,mm_count 引用计数
|
||||
可能不再包括“懒惰”用户(运行任务中 ->active_mm == mm && ->mm == NULL)。
|
||||
获取和释放这些懒惰引用必须使用 mmgrab_lazy_tlb() 和 mmdrop_lazy_tlb() 这
|
||||
两个辅助函数,它们抽象了这个配置选项。
|
||||
|
||||
这是一封linux之父回复开发者的一封邮件,所以翻译时我尽量保持邮件格式的完整。
|
||||
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user