Change some parts to Chinese

This commit is contained in:
mudongliang
2016-04-17 00:02:02 -04:00
parent 41598aafa7
commit 9bb89525c9

View File

@@ -52,9 +52,9 @@
* [Per-CPU variables](Concepts/per-cpu.md)
* [Cpumasks](Concepts/cpumask.md)
* [The initcall mechanism](Concepts/initcall.md)
* [Data Structures in the Linux Kernel](DataStructures/README.md)
* [Doubly linked list](DataStructures/dlist.md)
* [Radix tree](DataStructures/radix-tree.md)
* [Linux内核中的数据结构](DataStructures/README.md)
* [双向链表](DataStructures/dlist.md)
* [基数树](DataStructures/radix-tree.md)
* [Bit arrays](DataStructures/bitmap.md)
* [理论](Theory/README.md)
* [分页](Theory/Paging.md)
@@ -69,6 +69,6 @@
* [Linux kernel development](Misc/contribute.md)
* [Write and Submit your first Linux kernel Patch]()
* [Data types in the kernel]()
* [Useful links](LINKS.md)
* [Contributors](contributors.md)
* [有帮助的链接](LINKS.md)
* [贡献者](contributors.md)