mwait-idle: add a missing __init annotation
authorJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2016 13:52:56 +0000 (15:52 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2016 13:52:56 +0000 (15:52 +0200)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/mwait-idle.c

index a5295b4062597201635cf7669b2c2491c98a2602..e062e2139f92fbd98a86908081df577089737028 100644 (file)
@@ -983,7 +983,7 @@ static void __init bxt_idle_state_table_update(void)
  * On SKL-H (model 0x5e) disable C8 and C9 if:
  * C10 is enabled and SGX disabled
  */
-static void sklh_idle_state_table_update(void)
+static void __init sklh_idle_state_table_update(void)
 {
        u64 msr;