From 5306bca105f4a04a5e1559d3c372ac595ea57e15 Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 3 Apr 2016 20:27:00 +0600 Subject: [PATCH] Update README.md --- Concepts/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Concepts/README.md b/Concepts/README.md index 8ff2c3a..2758034 100644 --- a/Concepts/README.md +++ b/Concepts/README.md @@ -4,3 +4,4 @@ This chapter describes various concepts which are used in the Linux kernel. * [Per-CPU variables](http://0xax.gitbooks.io/linux-insides/content/Concepts/per-cpu.html) * [CPU masks](http://0xax.gitbooks.io/linux-insides/content/Concepts/cpumask.html) +* [The initcall mechanism](https://0xax.gitbooks.io/linux-insides/content/Concepts/initcall.html)