From 39d630f33cf9b7839ce214a8e98ebb1f37435ea1 Mon Sep 17 00:00:00 2001 From: Dongliang Mu Date: Sun, 5 May 2024 11:20:55 +0800 Subject: [PATCH] proofread linux-timers-6 and change its translation status --- TRANSLATION_STATUS.md | 2 +- Timers/linux-timers-6.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TRANSLATION_STATUS.md b/TRANSLATION_STATUS.md index c80c1bf..1f3c3c8 100644 --- a/TRANSLATION_STATUS.md +++ b/TRANSLATION_STATUS.md @@ -51,7 +51,7 @@ |├ [5.3](Timers/linux-timers-3.md)||未开始| |├ [5.4](Timers/linux-timers-4.md)||未开始| |├ [5.5](Timers/linux-timers-5.md)||未开始| -|├ [5.6](Timers/linux-timers-6.md)||未开始| +|├ [5.6](Timers/linux-timers-6.md)|[@ysun](https://github.com/ysun)|更新至[fa1cf540e899](https://github.com/0xAX/linux-insides/commit/fa1cf540e899d6f0c3af95e08026a7251521785b)| |└ [5.7](Timers/linux-timers-7.md)||未开始| | 6. [Synchronization primitives](SyncPrim)||正在进行| |├ [6.0](SyncPrim/README.md)|[@mudongliang](https://github.com/mudongliang)|更新至[6f85b63e](https://github.com/0xAX/linux-insides/commit/6f85b63e347b636e08e965e9dc22c177e972afe2)| diff --git a/Timers/linux-timers-6.md b/Timers/linux-timers-6.md index 226d4f7..119f5dd 100644 --- a/Timers/linux-timers-6.md +++ b/Timers/linux-timers-6.md @@ -1,10 +1,10 @@ -Linux内核中的时钟和时间管理 第6部分 +Linux内核中的定时器和时间管理 第6部分 ================================================================================ -x86_64有关的时钟资源 +x86_64相关的时钟资源 -------------------------------------------------------------------------------- -这是[本章](/Timers/)的第六部分,将描述Linux内核中的时钟和时间管理的相关内容。上一节中,我们了解了clockevents框架,现在继续深入研究Linux内核中的时间管理相关内容,本节将讲述x86架构中时钟源的实现(更多关于时钟源的概念可以参考本章第二节)。 +这是[本章](/Timers/)的第六部分,描述了Linux内核中的定时器和时间管理的相关内容。上一节中,我们了解了clockevents框架,现在继续深入研究Linux内核中的时间管理相关内容,本节将讲述x86架构中时钟源的实现(更多关于时钟源的概念可以参考本章第二节)。 首先,我们需要知道x86架构上可以使用哪些时钟源。这个问题很容易从[sysfs](https://en.wikipedia.org/wiki/Sysfs)或文件`/sys/devices/system/clocksource/clocksource0/available_clocksource`中获得答案。文件夹`/sys/devices/system/clocksource/clocksourceN`内有两个特殊文件保存: