commit | 1aefbd7aeb7695c1a9e6ece9a1612ee88e1ea3f8 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <[email protected]> | Fri Jan 10 11:52:32 2020 +0100 |
committer | Rafael J. Wysocki <[email protected]> | Thu Jan 23 00:37:01 2020 +0100 |
tree | e481a980f673dac6091ed4de33886886fee88cfd | |
parent | 095928ae484b9f765fb4967c6cf76a2f86fc9787 [diff] |
intel_idle: Move 3 functions closer to their callers Move intel_idle_verify_cstate(), auto_demotion_disable() and c1e_promotion_disable() closer to their callers. While at it, annotate intel_idle_verify_cstate() with __init, as it is only used during the initialization of the driver. No intentional functional impact. Signed-off-by: Rafael J. Wysocki <[email protected]>