x86: add cpu hotplug hooks into smp_ops
[deliverable/linux.git] / arch / x86 / kernel / process_32.c
index 3b7a1ddcc0bce7eca8c989906fa377d4f0322f50..e382fe0ccd663cd4cb40a36b3dd2512fe4cc915f 100644 (file)
@@ -91,7 +91,7 @@ static void cpu_exit_clear(void)
 }
 
 /* We don't actually take CPU down, just spin without interrupts. */
-static inline void play_dead(void)
+void native_play_dead(void)
 {
        /* This must be done before dead CPU ack */
        cpu_exit_clear();
@@ -107,7 +107,7 @@ static inline void play_dead(void)
        wbinvd_halt();
 }
 #else
-static inline void play_dead(void)
+void native_play_dead(void)
 {
        BUG();
 }
This page took 0.031556 seconds and 5 git commands to generate.