Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit e022e7eb authored by Len Brown's avatar Len Brown
Browse files

intel_idle: remove assumption of one C-state per MWAIT flag


Remove the assumption that cstate_tables are
indexed by MWAIT flag values.  Each entry
identifies itself via its own flags value.
This change is needed to support multiple states
that share the same MWAIT flags.

Note that this can have an effect on what state is described
by 'N' on cmdline intel_idle.max_cstate=N on some systems.

intel_idle.max_cstate=0 still disables the driver
intel_idle.max_cstate=1 still results in just C1(E)
However, "place holders" in the sparse C-state name-space
(eg. Atom) have been removed.

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 137ecc77
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment