1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-08-02 13:18:04 +00:00

update SUMMARY.md

This commit is contained in:
Alexander Kuleshov 2017-10-11 00:24:22 +06:00 committed by proninyaroslav
parent b1b6c72a22
commit 3e1456fc91
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -63,7 +63,7 @@
* [Per-CPU variables](Concepts/per-cpu.md)
* [Cpumasks](Concepts/cpumask.md)
* [The initcall mechanism](Concepts/initcall.md)
* [Notification Chains in Linux Kernel](Concepts/notification_chains.md)
* [Notification Chains](Concepts/notification_chains.md)
* [Data Structures in the Linux Kernel](DataStructures/README.md)
* [Doubly linked list](DataStructures/dlist.md)
* [Radix tree](DataStructures/radix-tree.md)