diff options
Diffstat (limited to 'Documentation/cpu-freq/cpu-drivers.txt')
-rw-r--r-- | Documentation/cpu-freq/cpu-drivers.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/cpu-freq/cpu-drivers.txt b/Documentation/cpu-freq/cpu-drivers.txt index 8b1a4451422e..48da5fdcb9f1 100644 --- a/Documentation/cpu-freq/cpu-drivers.txt +++ b/Documentation/cpu-freq/cpu-drivers.txt | |||
@@ -61,7 +61,13 @@ target_index - See below on the differences. | |||
61 | 61 | ||
62 | And optionally | 62 | And optionally |
63 | 63 | ||
64 | cpufreq_driver.exit - A pointer to a per-CPU cleanup function. | 64 | cpufreq_driver.exit - A pointer to a per-CPU cleanup |
65 | function called during CPU_POST_DEAD | ||
66 | phase of cpu hotplug process. | ||
67 | |||
68 | cpufreq_driver.stop_cpu - A pointer to a per-CPU stop function | ||
69 | called during CPU_DOWN_PREPARE phase of | ||
70 | cpu hotplug process. | ||
65 | 71 | ||
66 | cpufreq_driver.resume - A pointer to a per-CPU resume function | 72 | cpufreq_driver.resume - A pointer to a per-CPU resume function |
67 | which is called with interrupts disabled | 73 | which is called with interrupts disabled |