forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86 idle: deprecate "no-hlt" cmdline param
We'd rather that modern machines not check if HLT works on every entry into idle, for the benefit of machines that had marginal electricals 15-years ago. If those machines are still running the upstream kernel, they can use "idle=poll". The only difference will be that they'll now invoke HLT in machine_hlt(). cc: [email protected] # .39.x Signed-off-by: Len Brown <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,17 @@ Who: Len Brown <[email protected]> | |
|
||
---------------------------- | ||
|
||
What: x86_32 "no-hlt" cmdline param | ||
When: 2012 | ||
Why: remove a branch from idle path, simplify code used by everybody. | ||
This option disabled the use of HLT in idle and machine_halt() | ||
for hardware that was flakey 15-years ago. Today we have | ||
"idle=poll" that removed HLT from idle, and so if such a machine | ||
is still running the upstream kernel, "idle=poll" is likely sufficient. | ||
Who: Len Brown <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: PRISM54 | ||
When: 2.6.34 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters