cpufreq: extend documentation for cpufreq parameter
authorAravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
Tue, 10 Jun 2014 10:05:37 +0000 (12:05 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 10 Jun 2014 10:05:37 +0000 (12:05 +0200)
cpufreq parameter can take more options than currently
documented. Include these with some comments regarding
their intention.

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
docs/misc/xen-command-line.markdown

index 514c7b263b4533a7126e037172a8d31fc249df0d..25829fe8ed07a3d241a3990e9f2c15679bb3fdd6 100644 (file)
@@ -323,12 +323,17 @@ If set, force use of the performance counters for oprofile, rather than detectin
 available support.
 
 ### cpufreq
-> `= dom0-kernel | none | xen`
+> `= dom0-kernel | none | xen[,[powersave|performance|ondemand|userspace][,<maxfreq>][,[<minfreq>][,[verbose]]]]`
 
 > Default: `xen`
 
 Indicate where the responsibility for driving power states lies.
 
+* Default governor policy is ondemand.
+* `<maxfreq>` and `<minfreq>` are integers which represent max and min processor frequencies
+  respectively.
+* `verbose` option can be included as a string or also as `verbose=<integer>`
+
 ### cpuid\_mask\_cpu (AMD only)
 > `= fam_0f_rev_c | fam_0f_rev_d | fam_0f_rev_e | fam_0f_rev_f | fam_0f_rev_g | fam_10_rev_b | fam_10_rev_c | fam_11_rev_b`