proofread linux-timers-6 and change its translation status

This commit is contained in:
Dongliang Mu
2024-05-05 11:20:55 +08:00
parent 333b81e2b7
commit 39d630f33c
2 changed files with 4 additions and 4 deletions

View File

@@ -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)|

View File

@@ -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`内有两个特殊文件保存: