浏览代码

Update per-cpu.md

0xAX 10 年之前
父节点
当前提交
0c332cb137
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Theory/per-cpu.md

+ 2 - 0
Theory/per-cpu.md

@@ -1,6 +1,8 @@
 Per-CPU variables
 Per-CPU variables
 ================================================================================
 ================================================================================
 
 
+**In Progress**
+
 Per-CPU variables are one of kernel features. You can understand what this feature mean by it's name. We can create variable and each processor core will have own copy of this variable. We take a closer look on this feature and try to understand how it implemented and how it work in this part.
 Per-CPU variables are one of kernel features. You can understand what this feature mean by it's name. We can create variable and each processor core will have own copy of this variable. We take a closer look on this feature and try to understand how it implemented and how it work in this part.
 
 
 Kernel provides API for creating per-cpu variables - `DEFINE_PER_CPU` macro:
 Kernel provides API for creating per-cpu variables - `DEFINE_PER_CPU` macro: