Skip to content

Commit

Permalink
[CPUFREQ] Document units for transition latency
Browse files Browse the repository at this point in the history
They're documented in the header but not in Documentation.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
broonie authored and Dave Jones committed Nov 24, 2009
1 parent 49b015c commit bbe237a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/cpu-freq/cpu-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ policy->cpuinfo.max_freq - the minimum and maximum frequency
(in kHz) which is supported by
this CPU
policy->cpuinfo.transition_latency the time it takes on this CPU to
switch between two frequencies (if
appropriate, else specify
CPUFREQ_ETERNAL)
switch between two frequencies in
nanoseconds (if appropriate, else
specify CPUFREQ_ETERNAL)

policy->cur The current operating frequency of
this CPU (if appropriate)
Expand Down

0 comments on commit bbe237a

Please sign in to comment.