From a141e210b78483d7621285d3fc68a7360b30dd79 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 17 May 2015 19:59:52 +0600 Subject: [PATCH] Update README.md --- Initialization/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Initialization/README.md b/Initialization/README.md index 69446ec..059593f 100644 --- a/Initialization/README.md +++ b/Initialization/README.md @@ -12,3 +12,4 @@ You will find here a couple of posts which describe the full cycle of kernel ini * [Architecture-specific initializations, again...](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-6.md) - describes continue of the architecture-specific initialization process. * [The End of the architecture-specific initializations, almost...](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-7.md) - describes the end of the `setup_arch` related stuff. * [Scheduler initialization](Initialization/linux-initialization-8.md) - describes preparation before scheduler initialization and initialization of it. +* [RCU initialization](Initialization/linux-initialization-8.md) - describes the initialization of the [RCU](http://en.wikipedia.org/wiki/Read-copy-update).