Skip to content

Commit 047545e

Browse files
mudongliangJonathan Corbet
authored andcommitted
docs/zh_CN: update the translation of mm/hmm.rst
Update to commit 406c4c5 ("docs:mm: fix spelling mistakes in heterogeneous memory management page") scripts/checktransupdate.py reports: Documentation/translations/zh_CN/mm/hmm.rst commit 406c4c5 ("docs:mm: fix spelling mistakes in heterogeneous memory management page") commit 090a7f1 ("docs/mm: remove references to hmm_mirror ops and clean typos") commit d56b699 ("Documentation: Fix typos") 3 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: <82259a2656549c90591dc3873f3d2e8a4fb41233.1729327831.git.dzm91@hust.edu.cn>
1 parent b27f9e8 commit 047545e

File tree

1 file changed

+1
-7
lines changed
  • Documentation/translations/zh_CN/mm

1 file changed

+1
-7
lines changed

Documentation/translations/zh_CN/mm/hmm.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,7 @@ struct page可以与现有的 mm 机制进行最简单、最干净的集成。
129129
int hmm_range_fault(struct hmm_range *range);
130130

131131
如果请求写访问,它将在丢失或只读条目上触发缺页异常(见下文)。缺页异常使用通用的 mm 缺
132-
页异常代码路径,就像 CPU 缺页异常一样。
133-
134-
这两个函数都将 CPU 页表条目复制到它们的 pfns 数组参数中。该数组中的每个条目对应于虚拟
135-
范围中的一个地址。HMM 提供了一组标志来帮助驱动程序识别特殊的 CPU 页表项。
136-
137-
在 sync_cpu_device_pagetables() 回调中锁定是驱动程序必须尊重的最重要的方面,以保
138-
持事物正确同步。使用模式是::
132+
页异常代码路径,就像 CPU 缺页异常一样。使用模式是::
139133

140134
int driver_populate_range(...)
141135
{

0 commit comments

Comments
 (0)