1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-04-27 10:19:01 +00:00

fix links in Concepts/README.md

This commit is contained in:
Alexander Kuleshov 2018-03-03 00:09:26 +06:00
parent 6be1a85388
commit 9a5bbd33d1

View File

@ -2,7 +2,7 @@
This chapter describes various concepts which are used in the Linux kernel. This chapter describes various concepts which are used in the Linux kernel.
* [Per-CPU variables](per-cpu.md) * [Per-CPU variables](linux-cpu-1.md)
* [CPU masks](cpumask.md) * [CPU masks](linux-cpu-2.md)
* [The initcall mechanism](initcall.md) * [The initcall mechanism](linux-cpu-3.md)
* [Notification Chains](notification_chains.md) * [Notification Chains](linux-cpu-4.md)