From 7b3bade1277d16ae2ead100fc2cada43787223b0 Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Wed, 11 Oct 2017 00:24:22 +0600 Subject: [PATCH] update SUMMARY.md --- Concepts/README.md | 1 + SUMMARY.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Concepts/README.md b/Concepts/README.md index 91eaf12..324ab98 100644 --- a/Concepts/README.md +++ b/Concepts/README.md @@ -5,3 +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](notification_chains.md) \ No newline at end of file diff --git a/SUMMARY.md b/SUMMARY.md index 0bf8766..cfb74f3 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -63,6 +63,7 @@ * [Per-CPU variables](Concepts/per-cpu.md) * [Cpumasks](Concepts/cpumask.md) * [The initcall mechanism](Concepts/initcall.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)