aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst')
-rw-r--r--Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst b/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
index 0ca2cb646666..9570e9c9e939 100644
--- a/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
+++ b/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
@@ -76,9 +76,6 @@ CPUfreq核心层注册一个cpufreq_driver结构体。
.exit - 一个指向per-policy清理函数的指针,该函数在cpu热插拔过程的CPU_POST_DEAD
阶段被调用。
- .stop_cpu - 一个指向per-policy停止函数的指针,该函数在cpu热插拔过程的CPU_DOWN_PREPARE
- 阶段被调用。
-
.suspend - 一个指向per-policy暂停函数的指针,该函数在关中断且在该策略的调节器停止
后被调用。