From 18146f51a2dc6e4959ec6dc2bc185f660f219b39 Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 20 Mar 2016 20:18:32 +0600 Subject: [PATCH] Update README.md --- Timers/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Timers/README.md b/Timers/README.md index a12ccc8..5e8d54c 100644 --- a/Timers/README.md +++ b/Timers/README.md @@ -7,3 +7,4 @@ This chapter describes timers and time management related concepts in the linux * [The tick broadcast framework and dyntick](https://github.com/0xAX/linux-insides/blob/master/Timers/timers-3.md) - this part describes tick broadcast framework and dyntick concept. * [Introduction to timers](https://github.com/0xAX/linux-insides/blob/master/Timers/timers-3.md) - this chapter describes timers in the Linux kernel. * [Introduction to the clockevents framework](https://github.com/0xAX/linux-insides/blob/master/Timers/timers-5.md) - this part describes yet another clock/time management related framework - `clockevents`. +* [x86 related clock sources](https://github.com/0xAX/linux-insides/blob/master/Timers/timers-5.md) - this part describes `x86_64` related clock sources.