diff options
author | Len Brown <len.brown@intel.com> | 2013-02-18 00:25:53 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2013-02-18 00:25:53 -0500 |
commit | ca62cf59ceef10ff2ebca0e7f764507186870270 (patch) | |
tree | 480ebfd5551db27052f501917a7e0314043c6778 /Documentation/kernel-parameters.txt | |
parent | 2e7d0f60d8b976c951621c1bc82acf0654089c0b (diff) | |
parent | 27be457000211a6903968dfce06d5f73f051a217 (diff) | |
download | talos-op-linux-ca62cf59ceef10ff2ebca0e7f764507186870270.tar.gz talos-op-linux-ca62cf59ceef10ff2ebca0e7f764507186870270.zip |
Merge branch 'misc' into release
Conflicts:
arch/x86/kernel/process.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 363e348bff9b..109ee45cf20d 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1039,16 +1039,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. Claim all unknown PCI IDE storage controllers. idle= [X86] - Format: idle=poll, idle=mwait, idle=halt, idle=nomwait + Format: idle=poll, idle=halt, idle=nomwait Poll forces a polling idle loop that can slightly improve the performance of waking up a idle CPU, but will use a lot of power and make the system run hot. Not recommended. - idle=mwait: On systems which support MONITOR/MWAIT but - the kernel chose to not use it because it doesn't save - as much power as a normal idle loop, use the - MONITOR/MWAIT idle loop anyways. Performance should be - the same as idle=poll. idle=halt: Halt is forced to be used for CPU idle. In such case C2/C3 won't be used again. idle=nomwait: Disable mwait for CPU C-states @@ -1886,10 +1881,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted. wfi(ARM) instruction doesn't work correctly and not to use it. This is also useful when using JTAG debugger. - no-hlt [BUGS=X86-32] Tells the kernel that the hlt - instruction doesn't work correctly and not to - use it. - no_file_caps Tells the kernel not to honor file capabilities. The only way then for a file to be executed with privilege is to be setuid root or executed by root. |