From 6113643c9880c7319886e0eeed134c4630e870ca Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 30 Aug 2015 20:01:17 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index e797e75..ab50749 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -33,7 +33,7 @@ * [Fixmaps and ioremap](mm/linux-mm-2.md) * [System calls](SysCall/README.md) * [Introduction to system calls](SysCall/syscall-1.md) - * [How the Linux kernel handles a system call]() + * [How the Linux kernel handles a system call](SysCall/syscall-2.md) * [SMP]() * [Concepts](Concepts/README.md) * [Per-CPU variables](Concepts/per-cpu.md)