From 4e776d815df66e9626f995365b7664b4aeb562a3 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Sun, 24 May 2015 19:05:25 -0500 Subject: [PATCH] fixing init #9 link --- Initialization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Initialization/README.md b/Initialization/README.md index 2d3ba7c..dcb14e4 100644 --- a/Initialization/README.md +++ b/Initialization/README.md @@ -12,5 +12,5 @@ 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](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-8.md) - describes preparation before scheduler initialization and initialization of it. -* [RCU initialization](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-9.mdd) - describes the initialization of the [RCU](http://en.wikipedia.org/wiki/Read-copy-update). +* [RCU initialization](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-9.md) - describes the initialization of the [RCU](http://en.wikipedia.org/wiki/Read-copy-update). * [End of the initialization](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-10.md) - the last part about linux kernel initialization.