x86 / hibernate: Use hlt_play_dead() when resuming from hibernation
[cascardo/linux.git] / arch / x86 / kernel / smpboot.c
index fafe8b9..8264dfa 100644 (file)
@@ -1622,7 +1622,7 @@ static inline void mwait_play_dead(void)
        }
 }
 
-static inline void hlt_play_dead(void)
+void hlt_play_dead(void)
 {
        if (__this_cpu_read(cpu_info.x86) >= 4)
                wbinvd();