Skip to content

Commit d46b0a0

Browse files
committed
Revert "intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()"
This reverts commit b291808 ("intel_idle: Add __init annotation to matchup_vm_state_with_baremetal()"), because the commit fixed by it will be reverted. Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent fdf0eaf commit d46b0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/idle/intel_idle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@ static void __init intel_idle_cpuidle_devices_uninit(void)
21472147
* All our short idle states are dominated by vmexit/vmenter latencies,
21482148
* not the underlying hardware latencies so we keep our values for these.
21492149
*/
2150-
static void __init matchup_vm_state_with_baremetal(void)
2150+
static void matchup_vm_state_with_baremetal(void)
21512151
{
21522152
int cstate;
21532153

0 commit comments

Comments
 (0)