[CPUFREQ] update Doc for cpuinfo_cur_freq and scaling_cur_freq
authorNaga Chumbalkar <nagananda.chumbalkar@hp.com>
Mon, 29 Jun 2009 19:53:41 +0000 (19:53 +0000)
committerDave Jones <davej@redhat.com>
Tue, 1 Sep 2009 16:45:09 +0000 (12:45 -0400)
commitda470db16c703d7f9617c366a36c6670f89a9830
treed8829490c58c149573085c00d9ccff98bac998a8
parentce6c3997c2fce74d12e6d8887a1d8cdf024fa850
[CPUFREQ] update Doc for cpuinfo_cur_freq and scaling_cur_freq

I think the way "cpuinfo_cur_info" and "scaling_cur_info" are defined under
./Documentation/cpu-freq/user-guide.txt can be enhanced. Currently, they are
both defined the same way: "Current speed/frequency" of the CPU, in KHz".

Below is a patch that distinguishes one from the other.

Regards,
- naga -

-----------------------------------------
Update description for "cpuinfo_cur_freq" and "scaling_cur_freq".

Some of the wording is drawn from comments found in
./drivers/cpufreq/cpufreq.c: cpufreq_out_of_sync():

 *      @old_freq: CPU frequency the kernel thinks the CPU runs at
 *      @new_freq: CPU frequency the CPU actually runs at

Signed-off-by: Naga Chumbalkar <nagananda.chumbalkar@hp.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Documentation/cpu-freq/user-guide.txt